Html Css Color HEX #9579AA Ce Soir

📋 copy color: '#9579AA'

red 149 ◦ green 121 ◦ blue 170

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

Shades of Ce Soir #9579AA

Tints of Ce Soir #9579AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.5%

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

R = 33.86%
G = 27.5%
B = 38.64%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9579AA (or 0x9579AA) is known color: Ce Soir. HEX triplet: 95, 79 and AA. RGB value is (149,121,170). Sum of RGB (Red+Green+Blue) = 149+121+170=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #9579AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9579AA is #6A8655. Grayscale: #868686. Windows color (decimal): -6981206 or 11172245. OLE color: 11172245.

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

Color convert

RGB 149 121 170 -
CMYK 0.12 0.29 0 0.33
HSL 274.29º 0.22% 0.57% -
HSV(B) 274.29º 0.29% 0.67% -
XYZ 26.49 22.97 41.07 -
YUV 134.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 149 121 170 0.12 0.29 0 0.33 274.29 0.22 0.57
Hex 95 79 AA C 1D 0 21 112 16 39
Octal 225 171 252 14 35 0 41 422 26 71
Binary 10010101 1111001 10101010 1100 11101 0 100001 100010010 10110 111001

Color Harmonies of #9579AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9579AA

Black with #9579AA

Text Example


Text Example

White with #9579AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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