#8A5EAA

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

Shades of Ce Soir #8A5EAA

Tints of Ce Soir #8A5EAA

Color information

#8A5EAA (or 0x8A5EAA) is unknown color: approx Ce Soir. HEX triplet: 8A, 5E and AA. RGB value is (138,94,170). Sum of RGB (Red+Green+Blue) = 138+94+170=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A5EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5EAA is #75A155. Grayscale: #737373. Windows color (decimal): -7709014 or 11165322. OLE color: 11165322.

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

Color convert

RGB13894170-
CMYK0.190.4500.33
HSL274.74º30.89%51.76%-
HSV(B)274.74º44.71%66.67%-
XYZ21.7416.3140.03-
YUV115.82158.58143.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.33%
GREEN value IS 94 (37.11% from 255) = 23.38%
BLUE value IS 170 (66.80% from 255) = 42.29%
R=34.33%
G=23.38%
B=42.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138941700.190.4500.33274.7430.8951.76
Hex8A5EAA132D0211131f34
Octal21213625223550414233764
Binary1000101010111101010101010011101101010000110001001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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