#8B2997

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

Shades of Vivid Violet #8B2997

Tints of Vivid Violet #8B2997

Color information

#8B2997 (or 0x8B2997) is unknown color: approx Vivid Violet. HEX triplet: 8B, 29 and 97. RGB value is (139,41,151). Sum of RGB (Red+Green+Blue) = 139+41+151=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B2997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2997 is #74D668. Grayscale: #525252. Windows color (decimal): -7657065 or 9906571. OLE color: 9906571.

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

Color convert

RGB13941151-
CMYK0.080.7300.41
HSL293.45º57.29%37.65%-
HSV(B)293.45º72.85%59.22%-
XYZ17.039.3130.18-
YUV82.84166.47168.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 41 (16.41% from 255) = 12.39%
BLUE value IS 151 (59.38% from 255) = 45.62%
R=41.99%
G=12.39%
B=45.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139411510.080.7300.41293.4557.2937.65
Hex8B29978490291253926
Octal21351227101110514457146
Binary1000101110100110010111100010010010101001100100101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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