Html Css Color HEX #8E6BAA Ce Soir

📋 copy color: '#8E6BAA'

red 142 ◦ green 107 ◦ blue 170

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

Shades of Ce Soir #8E6BAA

Tints of Ce Soir #8E6BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.54%

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

R = 33.89%
G = 25.54%
B = 40.57%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E6BAA (or 0x8E6BAA) is known color: Ce Soir. HEX triplet: 8E, 6B and AA. RGB value is (142,107,170). Sum of RGB (Red+Green+Blue) = 142+107+170=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E6BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6BAA is #719455. Grayscale: #7C7C7C. Windows color (decimal): -7443542 or 11168654. OLE color: 11168654.

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

Color convert

RGB 142 107 170 -
CMYK 0.16 0.37 0 0.33
HSL 273.33º 0.27% 0.54% -
HSV(B) 273.33º 0.37% 0.67% -
XYZ 23.67 19.17 40.48 -
YUV 124.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 142 107 170 0.16 0.37 0 0.33 273.33 0.27 0.54
Hex 8E 6B AA 10 25 0 21 111 1B 36
Octal 216 153 252 20 45 0 41 421 33 66
Binary 10001110 1101011 10101010 10000 100101 0 100001 100010001 11011 110110

Color Harmonies of #8E6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6BAA

Black with #8E6BAA

Text Example


Text Example

White with #8E6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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