#8A2591

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

Shades of Vivid Violet #8A2591

Tints of Vivid Violet #8A2591

Color information

#8A2591 (or 0x8A2591) is unknown color: approx Vivid Violet. HEX triplet: 8A, 25 and 91. RGB value is (138,37,145). Sum of RGB (Red+Green+Blue) = 138+37+145=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #8A2591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2591 is #75DA6E. Grayscale: #4F4F4F. Windows color (decimal): -7723631 or 9512330. OLE color: 9512330.

HSL color Cylindrical-coordinate representation of color #8A2591: hue angle of 296.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A2591 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13837145-
CMYK0.050.7400.43
HSL296.11º59.34%35.69%-
HSV(B)296.11º74.48%56.86%-
XYZ16.258.7727.62-
YUV79.51164.96169.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.12%
GREEN value IS 37 (14.84% from 255) = 11.56%
BLUE value IS 145 (57.03% from 255) = 45.31%
R=43.12%
G=11.56%
B=45.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138371450.050.7400.43296.1159.3435.69
Hex8A259154A02B1283b24
Octal2124522151120534507344
Binary100010101001011001000110110010100101011100101000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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