Html Css Color HEX #8C6BAA Ce Soir

📋 copy color: '#8C6BAA'

red 140 ◦ green 107 ◦ blue 170

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

Shades of Ce Soir #8C6BAA

Tints of Ce Soir #8C6BAA

RGB

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

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

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

R = 33.57%
G = 25.66%
B = 40.77%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C6BAA (or 0x8C6BAA) is known color: Ce Soir. HEX triplet: 8C, 6B and AA. RGB value is (140,107,170). Sum of RGB (Red+Green+Blue) = 140+107+170=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C6BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6BAA is #739455. Grayscale: #7B7B7B. Windows color (decimal): -7574614 or 11168652. OLE color: 11168652.

HSL color Cylindrical-coordinate representation of color #8C6BAA: hue angle of 271.43º 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 #8C6BAA is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 107 170 -
CMYK 0.18 0.37 0 0.33
HSL 271.43º 0.27% 0.54% -
HSV(B) 271.43º 0.37% 0.67% -
XYZ 23.33 18.99 40.47 -
YUV 124.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 140 107 170 0.18 0.37 0 0.33 271.43 0.27 0.54
Hex 8C 6B AA 12 25 0 21 10F 1B 36
Octal 214 153 252 22 45 0 41 417 33 66
Binary 10001100 1101011 10101010 10010 100101 0 100001 100001111 11011 110110

Color Harmonies of #8C6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6BAA

Black with #8C6BAA

Text Example


Text Example

White with #8C6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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