#8A2392

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

Shades of Vivid Violet #8A2392

Tints of Vivid Violet #8A2392

Color information

#8A2392 (or 0x8A2392) is unknown color: approx Vivid Violet. HEX triplet: 8A, 23 and 92. RGB value is (138,35,146). Sum of RGB (Red+Green+Blue) = 138+35+146=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A2392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2392 is #75DC6D. Grayscale: #4E4E4E. Windows color (decimal): -7724142 or 9577354. OLE color: 9577354.

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

Color convert

RGB13835146-
CMYK0.050.7600.43
HSL295.68º61.33%35.49%-
HSV(B)295.68º76.03%57.25%-
XYZ16.278.6828.01-
YUV78.45166.12170.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.26%
GREEN value IS 35 (14.06% from 255) = 10.97%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=43.26%
G=10.97%
B=45.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138351460.050.7600.43295.6861.3335.49
Hex8A239254C02B1283d23
Octal2124322251140534507543
Binary100010101000111001001010110011000101011100101000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,35,146); }

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

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

 a { background-color: rgb(138,35,146); }

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

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

 span { border-color: rgb(138,35,146); }

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