#8B5DAC

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

Shades of Ce Soir #8B5DAC

Tints of Ce Soir #8B5DAC

Color information

#8B5DAC (or 0x8B5DAC) is unknown color: approx Ce Soir. HEX triplet: 8B, 5D and AC. RGB value is (139,93,172). Sum of RGB (Red+Green+Blue) = 139+93+172=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B5DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5DAC is #74A253. Grayscale: #737373. Windows color (decimal): -7643732 or 11296139. OLE color: 11296139.

HSL color Cylindrical-coordinate representation of color #8B5DAC: hue angle of 274.94º 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 #8B5DAC is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13993172-
CMYK0.190.4600.33
HSL274.94º32.24%51.96%-
HSV(B)274.94º45.93%67.45%-
XYZ22.0116.341.02-
YUV115.76159.74144.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.41%
GREEN value IS 93 (36.72% from 255) = 23.02%
BLUE value IS 172 (67.58% from 255) = 42.57%
R=34.41%
G=23.02%
B=42.57%

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
Decimal139931720.190.4600.33274.9432.2451.96
Hex8B5DAC132E0211132034
Octal21313525423560414234064
Binary10001011101110110101100100111011100100001100010011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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