#8B299F

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

Shades of Vivid Violet #8B299F

Tints of Vivid Violet #8B299F

Color information

#8B299F (or 0x8B299F) is unknown color: approx Vivid Violet. HEX triplet: 8B, 29 and 9F. RGB value is (139,41,159). Sum of RGB (Red+Green+Blue) = 139+41+159=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B299F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B299F is #74D660. Grayscale: #535353. Windows color (decimal): -7657057 or 10430859. OLE color: 10430859.

HSL color Cylindrical-coordinate representation of color #8B299F: hue angle of 289.83º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B299F is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13941159-
CMYK0.130.7400.38
HSL289.83º59%39.22%-
HSV(B)289.83º74.21%62.35%-
XYZ17.79.5833.72-
YUV83.75170.47167.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 41 (16.41% from 255) = 12.09%
BLUE value IS 159 (62.5% from 255) = 46.90%
R=41.00%
G=12.09%
B=46.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139411590.130.7400.38289.835939.22
Hex8B299FD4A0261223b27
Octal21351237151120464427347
Binary1000101110100110011111110110010100100110100100010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B299F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,41,159); }

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

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

 a { background-color: rgb(139,41,159); }

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

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

 span { border-color: rgb(139,41,159); }

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