Html Css Color HEX #8C749D Ce Soir

📋 copy color: '#8C749D'

red 140 ◦ green 116 ◦ blue 157

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

Shades of Ce Soir #8C749D

Tints of Ce Soir #8C749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.09%

 BLUE value IS 157 (61.72% from 255) = 38.01%

R = 33.9%
G = 28.09%
B = 38.01%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C749D (or 0x8C749D) is known color: Ce Soir. HEX triplet: 8C, 74 and 9D. RGB value is (140,116,157). Sum of RGB (Red+Green+Blue) = 140+116+157=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C749D is #738B62. Grayscale: #7F7F7F. Windows color (decimal): -7572323 or 10318988. OLE color: 10318988.

HSL color Cylindrical-coordinate representation of color #8C749D: hue angle of 275.12º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C749D is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 116 157 -
CMYK 0.11 0.26 0 0.38
HSL 275.12º 0.17% 0.54% -
HSV(B) 275.12º 0.26% 0.62% -
XYZ 23.15 20.5 34.64 -
YUV 127.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 140 116 157 0.11 0.26 0 0.38 275.12 0.17 0.54
Hex 8C 74 9D B 1A 0 26 113 11 36
Octal 214 164 235 13 32 0 46 423 21 66
Binary 10001100 1110100 10011101 1011 11010 0 100110 100010011 10001 110110

Color Harmonies of #8C749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C749D

Black with #8C749D

Text Example


Text Example

White with #8C749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,116,157); }

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

background-color css

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

 a { background-color: rgb(140,116,157); }

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

border-color css

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

 span { border-color: rgb(140,116,157); }

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