#8B5DAB

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

Shades of Ce Soir #8B5DAB

Tints of Ce Soir #8B5DAB

Color information

#8B5DAB (or 0x8B5DAB) is unknown color: approx Ce Soir. HEX triplet: 8B, 5D and AB. RGB value is (139,93,171). Sum of RGB (Red+Green+Blue) = 139+93+171=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B5DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5DAB is #74A254. Grayscale: #737373. Windows color (decimal): -7643733 or 11230603. OLE color: 11230603.

HSL color Cylindrical-coordinate representation of color #8B5DAB: hue angle of 275.38º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B5DAB is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13993171-
CMYK0.190.4600.33
HSL275.38º31.71%51.76%-
HSV(B)275.38º45.61%67.06%-
XYZ21.9116.2640.51-
YUV115.65159.24144.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.49%
GREEN value IS 93 (36.72% from 255) = 23.08%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=34.49%
G=23.08%
B=42.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139931710.190.4600.33275.3831.7151.76
Hex8B5DAB132E0211132034
Octal21313525323560414234064
Binary10001011101110110101011100111011100100001100010011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,93,171); }

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

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

 a { background-color: rgb(139,93,171); }

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

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

 span { border-color: rgb(139,93,171); }

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