#8B65AD

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

Shades of Ce Soir #8B65AD

Tints of Ce Soir #8B65AD

Color information

#8B65AD (or 0x8B65AD) is unknown color: approx Ce Soir. HEX triplet: 8B, 65 and AD. RGB value is (139,101,173). Sum of RGB (Red+Green+Blue) = 139+101+173=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B65AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B65AD is #749A52. Grayscale: #787878. Windows color (decimal): -7641683 or 11363723. OLE color: 11363723.

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

Color convert

RGB139101173-
CMYK0.200.4200.32
HSL271.67º30.51%53.73%-
HSV(B)271.67º41.62%67.84%-
XYZ22.8417.8141.77-
YUV120.57157.59141.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.66%
GREEN value IS 101 (39.84% from 255) = 24.46%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=33.66%
G=24.46%
B=41.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391011730.200.4200.32271.6730.5153.73
Hex8B65AD142A0201101f36
Octal21314525524520404203766
Binary1000101111001011010110110100101010010000010001000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B65AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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