#8D60AD

Color #8D60AD Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #8D60AD

Tints of Ce Soir #8D60AD

Color information

#8D60AD (or 0x8D60AD) is unknown color: approx Ce Soir. HEX triplet: 8D, 60 and AD. RGB value is (141,96,173). Sum of RGB (Red+Green+Blue) = 141+96+173=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D60AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D60AD is #729F52. Grayscale: #757575. Windows color (decimal): -7511891 or 11362445. OLE color: 11362445.

HSL color Cylindrical-coordinate representation of color #8D60AD: hue angle of 275.06º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D60AD is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14196173-
CMYK0.180.4500.32
HSL275.06º31.95%52.75%-
HSV(B)275.06º44.51%67.84%-
XYZ22.7117.0541.63-
YUV118.23158.91144.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.39%
GREEN value IS 96 (37.89% from 255) = 23.41%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=34.39%
G=23.41%
B=42.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141961730.180.4500.32275.0631.9552.75
Hex8D60AD122D0201132035
Octal21514025522550404234065
Binary10001101110000010101101100101011010100000100010011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D60AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,96,173); }

 H1.HeaderClassName
 {
   color: #8D60AD;
 }
 .AnyTagClassName
 {
   color: #8D60AD;
 }
</style>
background-color css

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

 a { background-color: rgb(141,96,173); }

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

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

 span { border-color: rgb(141,96,173); }

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