#8A5796

Color #8A5796 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #8A5796

Tints of Violet Blue #8A5796

Color information

#8A5796 (or 0x8A5796) is unknown color: approx Violet Blue. HEX triplet: 8A, 57 and 96. RGB value is (138,87,150). Sum of RGB (Red+Green+Blue) = 138+87+150=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A5796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5796 is #75A869. Grayscale: #6D6D6D. Windows color (decimal): -7710826 or 9852810. OLE color: 9852810.

HSL color Cylindrical-coordinate representation of color #8A5796: hue angle of 288.57º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A5796 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13887150-
CMYK0.080.4200.41
HSL288.57º26.58%46.47%-
HSV(B)288.57º42%58.82%-
XYZ19.3914.4230.62-
YUV109.43150.9148.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.8%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 150 (58.98% from 255) = 40%
R=36.8%
G=23.2%
B=40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal138871500.080.4200.41288.5726.5846.47
Hex8A579682A0291211b2e
Octal21212722610520514413356
Binary100010101010111100101101000101010010100110010000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,87,150); }

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

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

 a { background-color: rgb(138,87,150); }

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

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

 span { border-color: rgb(138,87,150); }

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