Html Css Color HEX #9566AB Ce Soir

📋 copy color: '#9566AB'

red 149 ◦ green 102 ◦ blue 171

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

Shades of Ce Soir #9566AB

Tints of Ce Soir #9566AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.17%

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 35.31%
G = 24.17%
B = 40.52%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9566AB (or 0x9566AB) is known color: Ce Soir. HEX triplet: 95, 66 and AB. RGB value is (149,102,171). Sum of RGB (Red+Green+Blue) = 149+102+171=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #9566AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9566AB is #6A9954. Grayscale: #7B7B7B. Windows color (decimal): -6986069 or 11232917. OLE color: 11232917.

HSL color Cylindrical-coordinate representation of color #9566AB: hue angle of 280.87º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9566AB is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 102 171 -
CMYK 0.13 0.40 0 0.33
HSL 280.87º 0.29% 0.54% -
HSV(B) 280.87º 0.4% 0.67% -
XYZ 24.5 18.83 40.87 -
YUV 123.92 154.57 145.89 -
System Red Green Blue C M Y K H S L
Decimal 149 102 171 0.13 0.40 0 0.33 280.87 0.29 0.54
Hex 95 66 AB D 28 0 21 119 1D 36
Octal 225 146 253 15 50 0 41 431 35 66
Binary 10010101 1100110 10101011 1101 101000 0 100001 100011001 11101 110110

Color Harmonies of #9566AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9566AB

Black with #9566AB

Text Example


Text Example

White with #9566AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9566AB; }

 p { color: rgb(149,102,171); }

 H1.HeaderClassName
 {
   color: #9566AB;
 }
 .AnyTagClassName
 {
   color: #9566AB;
 }
</style>

background-color css

<style>
 a { background-color: #9566AB; }

 a { background-color: rgb(149,102,171); }

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

border-color css

<style>
 span { border-color: #9566AB; }

 span { border-color: rgb(149,102,171); }

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