#8B61AD

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

Shades of Ce Soir #8B61AD

Tints of Ce Soir #8B61AD

Color information

#8B61AD (or 0x8B61AD) is unknown color: approx Ce Soir. HEX triplet: 8B, 61 and AD. RGB value is (139,97,173). Sum of RGB (Red+Green+Blue) = 139+97+173=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B61AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B61AD is #749E52. Grayscale: #757575. Windows color (decimal): -7642707 or 11362699. OLE color: 11362699.

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

Color convert

RGB13997173-
CMYK0.200.4400.32
HSL273.16º31.67%52.94%-
HSV(B)273.16º43.93%67.84%-
XYZ22.4617.0641.64-
YUV118.22158.91142.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.99%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=33.99%
G=23.72%
B=42.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139971730.200.4400.32273.1631.6752.94
Hex8B61AD142C0201112035
Octal21314125524540404214065
Binary10001011110000110101101101001011000100000100010001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B61AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,97,173); }

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

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

 a { background-color: rgb(139,97,173); }

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

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

 span { border-color: rgb(139,97,173); }

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