#8B2492

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

Shades of Vivid Violet #8B2492

Tints of Vivid Violet #8B2492

Color information

#8B2492 (or 0x8B2492) is unknown color: approx Vivid Violet. HEX triplet: 8B, 24 and 92. RGB value is (139,36,146). Sum of RGB (Red+Green+Blue) = 139+36+146=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #8B2492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2492 is #74DB6D. Grayscale: #4F4F4F. Windows color (decimal): -7658350 or 9577611. OLE color: 9577611.

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

Color convert

RGB13936146-
CMYK0.050.7500.43
HSL296.18º60.44%35.69%-
HSV(B)296.18º75.34%57.25%-
XYZ16.478.8328.03-
YUV79.34165.62170.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.30%
GREEN value IS 36 (14.45% from 255) = 11.21%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=43.30%
G=11.21%
B=45.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal139361460.050.7500.43296.1860.4435.69
Hex8B249254B02B1283c24
Octal2134422251130534507444
Binary100010111001001001001010110010110101011100101000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,36,146); }

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

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

 a { background-color: rgb(139,36,146); }

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

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

 span { border-color: rgb(139,36,146); }

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