Html Css Color HEX #8966AB Ce Soir

📋 copy color: '#8966AB'

red 137 ◦ green 102 ◦ blue 171

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

Shades of Ce Soir #8966AB

Tints of Ce Soir #8966AB

RGB

 RED value IS 137 (53.91% from 255) = 33.41%

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

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

R = 33.41%
G = 24.88%
B = 41.71%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8966AB (or 0x8966AB) is known color: Ce Soir. HEX triplet: 89, 66 and AB. RGB value is (137,102,171). Sum of RGB (Red+Green+Blue) = 137+102+171=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #8966AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8966AB is #769954. Grayscale: #787878. Windows color (decimal): -7772501 or 11232905. OLE color: 11232905.

HSL color Cylindrical-coordinate representation of color #8966AB: hue angle of 270.43º 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 #8966AB is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 102 171 -
CMYK 0.20 0.40 0 0.33
HSL 270.43º 0.29% 0.54% -
HSV(B) 270.43º 0.4% 0.67% -
XYZ 22.42 17.76 40.77 -
YUV 120.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 137 102 171 0.20 0.40 0 0.33 270.43 0.29 0.54
Hex 89 66 AB 14 28 0 21 10E 1D 36
Octal 211 146 253 24 50 0 41 416 35 66
Binary 10001001 1100110 10101011 10100 101000 0 100001 100001110 11101 110110

Color Harmonies of #8966AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8966AB

Black with #8966AB

Text Example


Text Example

White with #8966AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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