#8B2C96

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

Shades of Vivid Violet #8B2C96

Tints of Vivid Violet #8B2C96

Color information

#8B2C96 (or 0x8B2C96) is unknown color: approx Vivid Violet. HEX triplet: 8B, 2C and 96. RGB value is (139,44,150). Sum of RGB (Red+Green+Blue) = 139+44+150=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #8B2C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2C96 is #74D369. Grayscale: #545454. Windows color (decimal): -7656298 or 9841803. OLE color: 9841803.

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

Color convert

RGB13944150-
CMYK0.070.7100.41
HSL293.77º54.64%38.04%-
HSV(B)293.77º70.67%58.82%-
XYZ17.059.4929.79-
YUV84.49164.97166.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 44 (17.58% from 255) = 13.21%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=41.74%
G=13.21%
B=45.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139441500.070.7100.41293.7754.6438.04
Hex8B2C967470291263726
Octal2135422671070514466746
Binary100010111011001001011011110001110101001100100110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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