#8B4C97

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

Shades of Vivid Violet #8B4C97

Tints of Vivid Violet #8B4C97

Color information

#8B4C97 (or 0x8B4C97) is unknown color: approx Vivid Violet. HEX triplet: 8B, 4C and 97. RGB value is (139,76,151). Sum of RGB (Red+Green+Blue) = 139+76+151=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B4C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4C97 is #74B368. Grayscale: #676767. Windows color (decimal): -7648105 or 9915531. OLE color: 9915531.

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

Color convert

RGB13976151-
CMYK0.080.5000.41
HSL290.4º33.04%44.51%-
HSV(B)290.4º49.67%59.22%-
XYZ18.8212.8930.77-
YUV103.39154.87153.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 76 (30.08% from 255) = 20.77%
BLUE value IS 151 (59.38% from 255) = 41.26%
R=37.98%
G=20.77%
B=41.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139761510.080.5000.41290.433.0444.51
Hex8B4C97832029122212d
Octal21311422710620514424155
Binary1000101110011001001011110001100100101001100100010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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