Html Css Color HEX #9577AA Ce Soir

📋 copy color: '#9577AA'

red 149 ◦ green 119 ◦ blue 170

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

Shades of Ce Soir #9577AA

Tints of Ce Soir #9577AA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.17%

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

R = 34.02%
G = 27.17%
B = 38.81%

CMYK

 C value IS 0.12

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9577AA (or 0x9577AA) is known color: Ce Soir. HEX triplet: 95, 77 and AA. RGB value is (149,119,170). Sum of RGB (Red+Green+Blue) = 149+119+170=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #9577AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9577AA is #6A8855. Grayscale: #858585. Windows color (decimal): -6981718 or 11171733. OLE color: 11171733.

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

Color convert

RGB 149 119 170 -
CMYK 0.12 0.3 0 0.33
HSL 275.29º 0.23% 0.57% -
HSV(B) 275.29º 0.3% 0.67% -
XYZ 26.25 22.49 40.99 -
YUV 133.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 149 119 170 0.12 0.3 0 0.33 275.29 0.23 0.57
Hex 95 77 AA C 1E 0 21 113 17 39
Octal 225 167 252 14 36 0 41 423 27 71
Binary 10010101 1110111 10101010 1100 11110 0 100001 100010011 10111 111001

Color Harmonies of #9577AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9577AA

Black with #9577AA

Text Example


Text Example

White with #9577AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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