Html Css Color HEX #8C7292 Ce Soir

📋 copy color: '#8C7292'

red 140 ◦ green 114 ◦ blue 146

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

Shades of Ce Soir #8C7292

Tints of Ce Soir #8C7292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.5%

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

R = 35%
G = 28.5%
B = 36.5%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8C7292 (or 0x8C7292) is known color: Ce Soir. HEX triplet: 8C, 72 and 92. RGB value is (140,114,146). Sum of RGB (Red+Green+Blue) = 140+114+146=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C7292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7292 is #738D6D. Grayscale: #7D7D7D. Windows color (decimal): -7572846 or 9597580. OLE color: 9597580.

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

Color convert

RGB 140 114 146 -
CMYK 0.04 0.22 0 0.43
HSL 288.75º 0.13% 0.51% -
HSV(B) 288.75º 0.22% 0.57% -
XYZ 22.02 19.69 29.83 -
YUV 125.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 140 114 146 0.04 0.22 0 0.43 288.75 0.13 0.51
Hex 8C 72 92 4 16 0 2B 121 D 33
Octal 214 162 222 4 26 0 53 441 15 63
Binary 10001100 1110010 10010010 100 10110 0 101011 100100001 1101 110011

Color Harmonies of #8C7292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7292

Black with #8C7292

Text Example


Text Example

White with #8C7292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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