Html Css Color HEX #8C6BA0 Ce Soir

📋 copy color: '#8C6BA0'

red 140 ◦ green 107 ◦ blue 160

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

Shades of Ce Soir #8C6BA0

Tints of Ce Soir #8C6BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.31%

R = 34.4%
G = 26.29%
B = 39.31%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8C6BA0 (or 0x8C6BA0) is known color: Ce Soir. HEX triplet: 8C, 6B and A0. RGB value is (140,107,160). Sum of RGB (Red+Green+Blue) = 140+107+160=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 160 - color contains mainly: blue. Hex color #8C6BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6BA0 is #73945F. Grayscale: #7A7A7A. Windows color (decimal): -7574624 or 10513292. OLE color: 10513292.

HSL color Cylindrical-coordinate representation of color #8C6BA0: hue angle of 277.36º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C6BA0 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 140 107 160 -
CMYK 0.12 0.33 0 0.37
HSL 277.36º 0.22% 0.52% -
HSV(B) 277.36º 0.33% 0.63% -
XYZ 22.42 18.63 35.67 -
YUV 122.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 140 107 160 0.12 0.33 0 0.37 277.36 0.22 0.52
Hex 8C 6B A0 C 21 0 25 115 16 34
Octal 214 153 240 14 41 0 45 425 26 64
Binary 10001100 1101011 10100000 1100 100001 0 100101 100010101 10110 110100

Color Harmonies of #8C6BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6BA0

Black with #8C6BA0

Text Example


Text Example

White with #8C6BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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