#8A2790

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

Shades of Vivid Violet #8A2790

Tints of Vivid Violet #8A2790

Color information

#8A2790 (or 0x8A2790) is unknown color: approx Vivid Violet. HEX triplet: 8A, 27 and 90. RGB value is (138,39,144). Sum of RGB (Red+Green+Blue) = 138+39+144=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A2790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2790 is #75D86F. Grayscale: #505050. Windows color (decimal): -7723120 or 9447306. OLE color: 9447306.

HSL color Cylindrical-coordinate representation of color #8A2790: hue angle of 296.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A2790 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13839144-
CMYK0.040.7300.44
HSL296.57º57.38%35.88%-
HSV(B)296.57º72.92%56.47%-
XYZ16.248.8727.24-
YUV80.57163.8168.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.99%
GREEN value IS 39 (15.62% from 255) = 12.15%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=42.99%
G=12.15%
B=44.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138391440.040.7300.44296.5757.3835.88
Hex8A279044902C1293924
Octal2124722041110544517144
Binary100010101001111001000010010010010101100100101001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,39,144); }

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

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

 a { background-color: rgb(138,39,144); }

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

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

 span { border-color: rgb(138,39,144); }

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