Html Css Color HEX #8966A2 Ce Soir

📋 copy color: '#8966A2'

red 137 ◦ green 102 ◦ blue 162

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

Shades of Ce Soir #8966A2

Tints of Ce Soir #8966A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.4%

R = 34.16%
G = 25.44%
B = 40.4%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8966A2 (or 0x8966A2) is known color: Ce Soir. HEX triplet: 89, 66 and A2. RGB value is (137,102,162). Sum of RGB (Red+Green+Blue) = 137+102+162=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 162 - color contains mainly: blue. Hex color #8966A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8966A2 is #76995D. Grayscale: #777777. Windows color (decimal): -7772510 or 10643081. OLE color: 10643081.

HSL color Cylindrical-coordinate representation of color #8966A2: hue angle of 275º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8966A2 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 137 102 162 -
CMYK 0.15 0.37 0 0.36
HSL 275º 0.24% 0.52% -
HSV(B) 275º 0.37% 0.64% -
XYZ 21.59 17.43 36.41 -
YUV 119.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 137 102 162 0.15 0.37 0 0.36 275 0.24 0.52
Hex 89 66 A2 F 25 0 24 113 18 34
Octal 211 146 242 17 45 0 44 423 30 64
Binary 10001001 1100110 10100010 1111 100101 0 100100 100010011 11000 110100

Color Harmonies of #8966A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8966A2

Black with #8966A2

Text Example


Text Example

White with #8966A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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