Html Css Color HEX #8C6696 Ce Soir

📋 copy color: '#8C6696'

red 140 ◦ green 102 ◦ blue 150

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

Shades of Ce Soir #8C6696

Tints of Ce Soir #8C6696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.02%

 BLUE value IS 150 (58.98% from 255) = 38.27%

R = 35.71%
G = 26.02%
B = 38.27%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8C6696 (or 0x8C6696) is known color: Ce Soir. HEX triplet: 8C, 66 and 96. RGB value is (140,102,150). Sum of RGB (Red+Green+Blue) = 140+102+150=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 150 - color contains mainly: blue. Hex color #8C6696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6696 is #739969. Grayscale: #767676. Windows color (decimal): -7575914 or 9856652. OLE color: 9856652.

HSL color Cylindrical-coordinate representation of color #8C6696: hue angle of 287.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C6696 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 140 102 150 -
CMYK 0.07 0.32 0 0.41
HSL 287.5º 0.19% 0.49% -
HSV(B) 287.5º 0.32% 0.59% -
XYZ 21.07 17.28 31.08 -
YUV 118.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 140 102 150 0.07 0.32 0 0.41 287.5 0.19 0.49
Hex 8C 66 96 7 20 0 29 120 13 31
Octal 214 146 226 7 40 0 51 440 23 61
Binary 10001100 1100110 10010110 111 100000 0 101001 100100000 10011 110001

Color Harmonies of #8C6696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6696

Black with #8C6696

Text Example


Text Example

White with #8C6696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,102,150); }

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

background-color css

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

 a { background-color: rgb(140,102,150); }

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

border-color css

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

 span { border-color: rgb(140,102,150); }

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