#8B4493

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

Shades of Vivid Violet #8B4493

Tints of Vivid Violet #8B4493

Color information

#8B4493 (or 0x8B4493) is unknown color: approx Vivid Violet. HEX triplet: 8B, 44 and 93. RGB value is (139,68,147). Sum of RGB (Red+Green+Blue) = 139+68+147=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #8B4493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4493 is #74BB6C. Grayscale: #616161. Windows color (decimal): -7650157 or 9651339. OLE color: 9651339.

HSL color Cylindrical-coordinate representation of color #8B4493: hue angle of 293.92º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B4493 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13968147-
CMYK0.050.5400.42
HSL293.92º36.74%42.16%-
HSV(B)293.92º53.74%57.65%-
XYZ17.9811.7328.92-
YUV98.24155.52157.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.27%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 147 (57.81% from 255) = 41.53%
R=39.27%
G=19.21%
B=41.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139681470.050.5400.42293.9236.7442.16
Hex8B449353602A126252a
Octal2131042235660524464552
Binary100010111000100100100111011101100101010100100110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,68,147); }

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

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

 a { background-color: rgb(139,68,147); }

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

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

 span { border-color: rgb(139,68,147); }

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