Html Css Color HEX #8C7099 Ce Soir

📋 copy color: '#8C7099'

red 140 ◦ green 112 ◦ blue 153

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

Shades of Ce Soir #8C7099

Tints of Ce Soir #8C7099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.65%

 BLUE value IS 153 (60.16% from 255) = 37.78%

R = 34.57%
G = 27.65%
B = 37.78%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8C7099 (or 0x8C7099) is known color: Ce Soir. HEX triplet: 8C, 70 and 99. RGB value is (140,112,153). Sum of RGB (Red+Green+Blue) = 140+112+153=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C7099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7099 is #738F66. Grayscale: #7C7C7C. Windows color (decimal): -7573351 or 10055820. OLE color: 10055820.

HSL color Cylindrical-coordinate representation of color #8C7099: hue angle of 280.98º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C7099 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 112 153 -
CMYK 0.08 0.27 0 0.4
HSL 280.98º 0.17% 0.52% -
HSV(B) 280.98º 0.27% 0.6% -
XYZ 22.36 19.46 32.72 -
YUV 125.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 140 112 153 0.08 0.27 0 0.4 280.98 0.17 0.52
Hex 8C 70 99 8 1B 0 28 119 11 34
Octal 214 160 231 10 33 0 50 431 21 64
Binary 10001100 1110000 10011001 1000 11011 0 101000 100011001 10001 110100

Color Harmonies of #8C7099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7099

Black with #8C7099

Text Example


Text Example

White with #8C7099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,112,153); }

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

background-color css

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

 a { background-color: rgb(140,112,153); }

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

border-color css

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

 span { border-color: rgb(140,112,153); }

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