Html Css Color HEX #8964AB Ce Soir

📋 copy color: '#8964AB'

red 137 ◦ green 100 ◦ blue 171

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

Shades of Ce Soir #8964AB

Tints of Ce Soir #8964AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.51%

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

R = 33.58%
G = 24.51%
B = 41.91%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8964AB (or 0x8964AB) is known color: Ce Soir. HEX triplet: 89, 64 and AB. RGB value is (137,100,171). Sum of RGB (Red+Green+Blue) = 137+100+171=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #8964AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8964AB is #769B54. Grayscale: #767676. Windows color (decimal): -7773013 or 11232393. OLE color: 11232393.

HSL color Cylindrical-coordinate representation of color #8964AB: hue angle of 271.27º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8964AB is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 100 171 -
CMYK 0.20 0.42 0 0.33
HSL 271.27º 0.3% 0.53% -
HSV(B) 271.27º 0.42% 0.67% -
XYZ 22.22 17.37 40.71 -
YUV 119.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 137 100 171 0.20 0.42 0 0.33 271.27 0.3 0.53
Hex 89 64 AB 14 2A 0 21 10F 1E 35
Octal 211 144 253 24 52 0 41 417 36 65
Binary 10001001 1100100 10101011 10100 101010 0 100001 100001111 11110 110101

Color Harmonies of #8964AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8964AB

Black with #8964AB

Text Example


Text Example

White with #8964AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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