#8B4996

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

Shades of Vivid Violet #8B4996

Tints of Vivid Violet #8B4996

Color information

#8B4996 (or 0x8B4996) is unknown color: approx Vivid Violet. HEX triplet: 8B, 49 and 96. RGB value is (139,73,150). Sum of RGB (Red+Green+Blue) = 139+73+150=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 150 - color contains mainly: blue. Hex color #8B4996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4996 is #74B669. Grayscale: #656565. Windows color (decimal): -7648874 or 9849227. OLE color: 9849227.

HSL color Cylindrical-coordinate representation of color #8B4996: hue angle of 291.43º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B4996 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13973150-
CMYK0.070.5100.41
HSL291.43º34.53%43.73%-
HSV(B)291.43º51.33%58.82%-
XYZ18.5412.4630.28-
YUV101.51155.37154.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 73 (28.91% from 255) = 20.17%
BLUE value IS 150 (58.98% from 255) = 41.44%
R=38.40%
G=20.17%
B=41.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139731500.070.5100.41291.4334.5343.73
Hex8B4996733029123232c
Octal2131112267630514434354
Binary100010111001001100101101111100110101001100100011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,73,150); }

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

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

 a { background-color: rgb(139,73,150); }

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

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

 span { border-color: rgb(139,73,150); }

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