Html Css Color HEX #8C7192 Ce Soir

📋 copy color: '#8C7192'

red 140 ◦ green 113 ◦ blue 146

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

Shades of Ce Soir #8C7192

Tints of Ce Soir #8C7192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.32%

 BLUE value IS 146 (57.42% from 255) = 36.59%

R = 35.09%
G = 28.32%
B = 36.59%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8C7192 (or 0x8C7192) is known color: Ce Soir. HEX triplet: 8C, 71 and 92. RGB value is (140,113,146). Sum of RGB (Red+Green+Blue) = 140+113+146=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C7192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7192 is #738E6D. Grayscale: #7C7C7C. Windows color (decimal): -7573102 or 9597324. OLE color: 9597324.

HSL color Cylindrical-coordinate representation of color #8C7192: hue angle of 289.09º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C7192 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 113 146 -
CMYK 0.04 0.23 0 0.43
HSL 289.09º 0.13% 0.51% -
HSV(B) 289.09º 0.23% 0.57% -
XYZ 21.91 19.46 29.8 -
YUV 124.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 140 113 146 0.04 0.23 0 0.43 289.09 0.13 0.51
Hex 8C 71 92 4 17 0 2B 121 D 33
Octal 214 161 222 4 27 0 53 441 15 63
Binary 10001100 1110001 10010010 100 10111 0 101011 100100001 1101 110011

Color Harmonies of #8C7192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7192

Black with #8C7192

Text Example


Text Example

White with #8C7192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,113,146); }

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

background-color css

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

 a { background-color: rgb(140,113,146); }

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

border-color css

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

 span { border-color: rgb(140,113,146); }

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