Html Css Color HEX #8864AC Ce Soir

📋 copy color: '#8864AC'

red 136 ◦ green 100 ◦ blue 172

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

Shades of Ce Soir #8864AC

Tints of Ce Soir #8864AC

RGB

 RED value IS 136 (53.52% from 255) = 33.33%

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

 BLUE value IS 172 (67.58% from 255) = 42.16%

R = 33.33%
G = 24.51%
B = 42.16%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8864AC (or 0x8864AC) is known color: Ce Soir. HEX triplet: 88, 64 and AC. RGB value is (136,100,172). Sum of RGB (Red+Green+Blue) = 136+100+172=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #8864AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8864AC is #779B53. Grayscale: #767676. Windows color (decimal): -7838548 or 11297928. OLE color: 11297928.

HSL color Cylindrical-coordinate representation of color #8864AC: hue angle of 270º 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 #8864AC is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 100 172 -
CMYK 0.21 0.42 0 0.33
HSL 270º 0.3% 0.53% -
HSV(B) 270º 0.42% 0.67% -
XYZ 22.16 17.33 41.21 -
YUV 118.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 136 100 172 0.21 0.42 0 0.33 270 0.3 0.53
Hex 88 64 AC 15 2A 0 21 10E 1E 35
Octal 210 144 254 25 52 0 41 416 36 65
Binary 10001000 1100100 10101100 10101 101010 0 100001 100001110 11110 110101

Color Harmonies of #8864AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8864AC

Black with #8864AC

Text Example


Text Example

White with #8864AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8864AC; }

 p { color: rgb(136,100,172); }

 H1.HeaderClassName
 {
   color: #8864AC;
 }
 .AnyTagClassName
 {
   color: #8864AC;
 }
</style>

background-color css

<style>
 a { background-color: #8864AC; }

 a { background-color: rgb(136,100,172); }

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

border-color css

<style>
 span { border-color: #8864AC; }

 span { border-color: rgb(136,100,172); }

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