#8A2599

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

Shades of Vivid Violet #8A2599

Tints of Vivid Violet #8A2599

Color information

#8A2599 (or 0x8A2599) is unknown color: approx Vivid Violet. HEX triplet: 8A, 25 and 99. RGB value is (138,37,153). Sum of RGB (Red+Green+Blue) = 138+37+153=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A2599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2599 is #75DA66. Grayscale: #505050. Windows color (decimal): -7723623 or 10036618. OLE color: 10036618.

HSL color Cylindrical-coordinate representation of color #8A2599: hue angle of 292.24º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A2599 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13837153-
CMYK0.100.7600.4
HSL292.24º61.05%37.25%-
HSV(B)292.24º75.82%60%-
XYZ16.899.0330.99-
YUV80.42168.96169.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.07%
GREEN value IS 37 (14.84% from 255) = 11.28%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=42.07%
G=11.28%
B=46.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal138371530.100.7600.4292.2461.0537.25
Hex8A2599A4C0281243d25
Octal21245231121140504447545
Binary1000101010010110011001101010011000101000100100100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,37,153); }

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

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

 a { background-color: rgb(138,37,153); }

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

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

 span { border-color: rgb(138,37,153); }

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