#8B3392

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

Shades of Vivid Violet #8B3392

Tints of Vivid Violet #8B3392

Color information

#8B3392 (or 0x8B3392) is unknown color: approx Vivid Violet. HEX triplet: 8B, 33 and 92. RGB value is (139,51,146). Sum of RGB (Red+Green+Blue) = 139+51+146=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #8B3392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3392 is #74CC6D. Grayscale: #575757. Windows color (decimal): -7654510 or 9581451. OLE color: 9581451.

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

Color convert

RGB13951146-
CMYK0.050.6500.43
HSL295.58º48.22%38.63%-
HSV(B)295.58º65.07%57.25%-
XYZ17.029.9328.21-
YUV88.14160.65164.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.37%
GREEN value IS 51 (20.31% from 255) = 15.18%
BLUE value IS 146 (57.42% from 255) = 43.45%
R=41.37%
G=15.18%
B=43.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal139511460.050.6500.43295.5848.2238.63
Hex8B339254102B1283027
Octal2136322251010534506047
Binary100010111100111001001010110000010101011100101000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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