Html Css Color HEX #8C6896 Ce Soir

📋 copy color: '#8C6896'

red 140 ◦ green 104 ◦ blue 150

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

Shades of Ce Soir #8C6896

Tints of Ce Soir #8C6896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.4%

 BLUE value IS 150 (58.98% from 255) = 38.07%

R = 35.53%
G = 26.4%
B = 38.07%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8C6896 (or 0x8C6896) is known color: Ce Soir. HEX triplet: 8C, 68 and 96. RGB value is (140,104,150). Sum of RGB (Red+Green+Blue) = 140+104+150=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #8C6896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6896 is #739769. Grayscale: #777777. Windows color (decimal): -7575402 or 9857164. OLE color: 9857164.

HSL color Cylindrical-coordinate representation of color #8C6896: hue angle of 286.96º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6896 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 140 104 150 -
CMYK 0.07 0.31 0 0.41
HSL 286.96º 0.18% 0.5% -
HSV(B) 286.96º 0.31% 0.59% -
XYZ 21.27 17.68 31.15 -
YUV 120.01 144.93 142.26 -
System Red Green Blue C M Y K H S L
Decimal 140 104 150 0.07 0.31 0 0.41 286.96 0.18 0.5
Hex 8C 68 96 7 1F 0 29 11F 12 32
Octal 214 150 226 7 37 0 51 437 22 62
Binary 10001100 1101000 10010110 111 11111 0 101001 100011111 10010 110010

Color Harmonies of #8C6896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6896

Black with #8C6896

Text Example


Text Example

White with #8C6896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,104,150); }

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

background-color css

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

 a { background-color: rgb(140,104,150); }

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

border-color css

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

 span { border-color: rgb(140,104,150); }

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