#8B4B96

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

Shades of Vivid Violet #8B4B96

Tints of Vivid Violet #8B4B96

Color information

#8B4B96 (or 0x8B4B96) is unknown color: approx Vivid Violet. HEX triplet: 8B, 4B and 96. RGB value is (139,75,150). Sum of RGB (Red+Green+Blue) = 139+75+150=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #8B4B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4B96 is #74B469. Grayscale: #666666. Windows color (decimal): -7648362 or 9849739. OLE color: 9849739.

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

Color convert

RGB13975150-
CMYK0.070.500.41
HSL291.2º33.33%44.12%-
HSV(B)291.2º50%58.82%-
XYZ18.6712.7230.33-
YUV102.69154.7153.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 75 (29.69% from 255) = 20.60%
BLUE value IS 150 (58.98% from 255) = 41.21%
R=38.19%
G=20.60%
B=41.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139751500.070.500.41291.233.3344.12
Hex8B4B96732029123212c
Octal2131132267620514434154
Binary100010111001011100101101111100100101001100100011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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