Html Css Color HEX #8E72AA Ce Soir

📋 copy color: '#8E72AA'

red 142 ◦ green 114 ◦ blue 170

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

Shades of Ce Soir #8E72AA

Tints of Ce Soir #8E72AA

RGB

 RED value IS 142 (55.86% from 255) = 33.33%

 GREEN value IS 114 (44.92% from 255) = 26.76%

 BLUE value IS 170 (66.8% from 255) = 39.91%

R = 33.33%
G = 26.76%
B = 39.91%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E72AA (or 0x8E72AA) is known color: Ce Soir. HEX triplet: 8E, 72 and AA. RGB value is (142,114,170). Sum of RGB (Red+Green+Blue) = 142+114+170=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E72AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E72AA is #718D55. Grayscale: #808080. Windows color (decimal): -7441750 or 11170446. OLE color: 11170446.

HSL color Cylindrical-coordinate representation of color #8E72AA: hue angle of 270º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E72AA is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 114 170 -
CMYK 0.16 0.33 0 0.33
HSL 270º 0.25% 0.56% -
HSV(B) 270º 0.33% 0.67% -
XYZ 24.43 20.69 40.74 -
YUV 128.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 142 114 170 0.16 0.33 0 0.33 270 0.25 0.56
Hex 8E 72 AA 10 21 0 21 10E 19 38
Octal 216 162 252 20 41 0 41 416 31 70
Binary 10001110 1110010 10101010 10000 100001 0 100001 100001110 11001 111000

Color Harmonies of #8E72AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E72AA

Black with #8E72AA

Text Example


Text Example

White with #8E72AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E72AA; }

 p { color: rgb(142,114,170); }

 H1.HeaderClassName
 {
   color: #8E72AA;
 }
 .AnyTagClassName
 {
   color: #8E72AA;
 }
</style>

background-color css

<style>
 a { background-color: #8E72AA; }

 a { background-color: rgb(142,114,170); }

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

border-color css

<style>
 span { border-color: #8E72AA; }

 span { border-color: rgb(142,114,170); }

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