Html Css Color HEX #8E6AAF Ce Soir

📋 copy color: '#8E6AAF'

red 142 ◦ green 106 ◦ blue 175

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

Shades of Ce Soir #8E6AAF

Tints of Ce Soir #8E6AAF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.06%

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 33.57%
G = 25.06%
B = 41.37%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8E6AAF (or 0x8E6AAF) is known color: Ce Soir. HEX triplet: 8E, 6A and AF. RGB value is (142,106,175). Sum of RGB (Red+Green+Blue) = 142+106+175=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E6AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6AAF is #719550. Grayscale: #7C7C7C. Windows color (decimal): -7443793 or 11496078. OLE color: 11496078.

HSL color Cylindrical-coordinate representation of color #8E6AAF: hue angle of 271.3º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E6AAF is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 142 106 175 -
CMYK 0.19 0.39 0 0.31
HSL 271.3º 0.3% 0.55% -
HSV(B) 271.3º 0.39% 0.69% -
XYZ 24.05 19.15 42.99 -
YUV 124.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 142 106 175 0.19 0.39 0 0.31 271.3 0.3 0.55
Hex 8E 6A AF 13 27 0 1F 10F 1E 37
Octal 216 152 257 23 47 0 37 417 36 67
Binary 10001110 1101010 10101111 10011 100111 0 11111 100001111 11110 110111

Color Harmonies of #8E6AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6AAF

Black with #8E6AAF

Text Example


Text Example

White with #8E6AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,106,175); }

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

background-color css

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

 a { background-color: rgb(142,106,175); }

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

border-color css

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

 span { border-color: rgb(142,106,175); }

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