#8A5EAD

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

Shades of Ce Soir #8A5EAD

Tints of Ce Soir #8A5EAD

Color information

#8A5EAD (or 0x8A5EAD) is unknown color: approx Ce Soir. HEX triplet: 8A, 5E and AD. RGB value is (138,94,173). Sum of RGB (Red+Green+Blue) = 138+94+173=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A5EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5EAD is #75A152. Grayscale: #737373. Windows color (decimal): -7709011 or 11361930. OLE color: 11361930.

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

Color convert

RGB13894173-
CMYK0.200.4600.32
HSL273.42º32.51%52.35%-
HSV(B)273.42º45.66%67.84%-
XYZ22.0316.4341.54-
YUV116.16160.08143.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.07%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 173 (67.97% from 255) = 42.72%
R=34.07%
G=23.21%
B=42.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138941730.200.4600.32273.4232.5152.35
Hex8A5EAD142E0201112134
Octal21213625524560404214164
Binary10001010101111010101101101001011100100000100010001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,94,173); }

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

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

 a { background-color: rgb(138,94,173); }

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

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

 span { border-color: rgb(138,94,173); }

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