Html Css Color HEX #8C6DAA Ce Soir

📋 copy color: '#8C6DAA'

red 140 ◦ green 109 ◦ blue 170

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

Shades of Ce Soir #8C6DAA

Tints of Ce Soir #8C6DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.01%

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

R = 33.41%
G = 26.01%
B = 40.57%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C6DAA (or 0x8C6DAA) is known color: Ce Soir. HEX triplet: 8C, 6D and AA. RGB value is (140,109,170). Sum of RGB (Red+Green+Blue) = 140+109+170=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 109 (42.97% from 255 or 26.01% 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 #8C6DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6DAA is #739255. Grayscale: #7D7D7D. Windows color (decimal): -7574102 or 11169164. OLE color: 11169164.

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

Color convert

RGB 140 109 170 -
CMYK 0.18 0.36 0 0.33
HSL 270.49º 0.26% 0.55% -
HSV(B) 270.49º 0.36% 0.67% -
XYZ 23.54 19.42 40.54 -
YUV 125.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 140 109 170 0.18 0.36 0 0.33 270.49 0.26 0.55
Hex 8C 6D AA 12 24 0 21 10E 1A 37
Octal 214 155 252 22 44 0 41 416 32 67
Binary 10001100 1101101 10101010 10010 100100 0 100001 100001110 11010 110111

Color Harmonies of #8C6DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6DAA

Black with #8C6DAA

Text Example


Text Example

White with #8C6DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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