Html Css Color HEX #8C6EAA Ce Soir

📋 copy color: '#8C6EAA'

red 140 ◦ green 110 ◦ blue 170

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

Shades of Ce Soir #8C6EAA

Tints of Ce Soir #8C6EAA

RGB

 RED value IS 140 (55.08% from 255) = 33.33%

 GREEN value IS 110 (43.36% from 255) = 26.19%

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

R = 33.33%
G = 26.19%
B = 40.48%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C6EAA (or 0x8C6EAA) is known color: Ce Soir. HEX triplet: 8C, 6E and AA. RGB value is (140,110,170). Sum of RGB (Red+Green+Blue) = 140+110+170=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C6EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6EAA is #739155. Grayscale: #7D7D7D. Windows color (decimal): -7573846 or 11169420. OLE color: 11169420.

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

Color convert

RGB 140 110 170 -
CMYK 0.18 0.35 0 0.33
HSL 270º 0.26% 0.55% -
HSV(B) 270º 0.35% 0.67% -
XYZ 23.65 19.63 40.57 -
YUV 125.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 140 110 170 0.18 0.35 0 0.33 270 0.26 0.55
Hex 8C 6E AA 12 23 0 21 10E 1A 37
Octal 214 156 252 22 43 0 41 416 32 67
Binary 10001100 1101110 10101010 10010 100011 0 100001 100001110 11010 110111

Color Harmonies of #8C6EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6EAA

Black with #8C6EAA

Text Example


Text Example

White with #8C6EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,110,170); }

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

background-color css

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

 a { background-color: rgb(140,110,170); }

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

border-color css

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

 span { border-color: rgb(140,110,170); }

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