Html Css Color HEX #8C709B Ce Soir

📋 copy color: '#8C709B'

red 140 ◦ green 112 ◦ blue 155

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

Shades of Ce Soir #8C709B

Tints of Ce Soir #8C709B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 34.4%
G = 27.52%
B = 38.08%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C709B (or 0x8C709B) is known color: Ce Soir. HEX triplet: 8C, 70 and 9B. RGB value is (140,112,155). Sum of RGB (Red+Green+Blue) = 140+112+155=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C709B is #738F64. Grayscale: #7D7D7D. Windows color (decimal): -7573349 or 10186892. OLE color: 10186892.

HSL color Cylindrical-coordinate representation of color #8C709B: hue angle of 279.07º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C709B is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 112 155 -
CMYK 0.10 0.28 0 0.39
HSL 279.07º 0.18% 0.52% -
HSV(B) 279.07º 0.28% 0.61% -
XYZ 22.53 19.53 33.59 -
YUV 125.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 140 112 155 0.10 0.28 0 0.39 279.07 0.18 0.52
Hex 8C 70 9B A 1C 0 27 117 12 34
Octal 214 160 233 12 34 0 47 427 22 64
Binary 10001100 1110000 10011011 1010 11100 0 100111 100010111 10010 110100

Color Harmonies of #8C709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C709B

Black with #8C709B

Text Example


Text Example

White with #8C709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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