Html Css Color HEX #9576AA Ce Soir

📋 copy color: '#9576AA'

red 149 ◦ green 118 ◦ blue 170

#9576AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ce Soir #9576AA

Tints of Ce Soir #9576AA

RGB

 RED value IS 149 (58.59% from 255) = 34.1%

 GREEN value IS 118 (46.48% from 255) = 27%

 BLUE value IS 170 (66.8% from 255) = 38.9%

R = 34.1%
G = 27%
B = 38.9%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9576AA (or 0x9576AA) is known color: Ce Soir. HEX triplet: 95, 76 and AA. RGB value is (149,118,170). Sum of RGB (Red+Green+Blue) = 149+118+170=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #9576AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9576AA is #6A8955. Grayscale: #858585. Windows color (decimal): -6981974 or 11171477. OLE color: 11171477.

HSL color Cylindrical-coordinate representation of color #9576AA: hue angle of 275.77º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9576AA is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 118 170 -
CMYK 0.12 0.31 0 0.33
HSL 275.77º 0.23% 0.56% -
HSV(B) 275.77º 0.31% 0.67% -
XYZ 26.13 22.25 40.95 -
YUV 133.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 149 118 170 0.12 0.31 0 0.33 275.77 0.23 0.56
Hex 95 76 AA C 1F 0 21 114 17 38
Octal 225 166 252 14 37 0 41 424 27 70
Binary 10010101 1110110 10101010 1100 11111 0 100001 100010100 10111 111000

Color Harmonies of #9576AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9576AA

Black with #9576AA

Text Example


Text Example

White with #9576AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9576AA; }

 p { color: rgb(149,118,170); }

 H1.HeaderClassName
 {
   color: #9576AA;
 }
 .AnyTagClassName
 {
   color: #9576AA;
 }
</style>

background-color css

<style>
 a { background-color: #9576AA; }

 a { background-color: rgb(149,118,170); }

 div.DivClassName
 {
   background-color: #9576AA;
 }
 .BgClassName
 {
   background-color: #9576AA;
 }
</style>

border-color css

<style>
 span { border-color: #9576AA; }

 span { border-color: rgb(149,118,170); }

 td.TdClassName
 {
   border-color: #9576AA;
 }
 .TagClassName
 {
   border-color: #9576AA;
 }
</style>