#8941A8

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

Shades of Vivid Violet #8941A8

Tints of Vivid Violet #8941A8

Color information

#8941A8 (or 0x8941A8) is unknown color: approx Vivid Violet. HEX triplet: 89, 41 and A8. RGB value is (137,65,168). Sum of RGB (Red+Green+Blue) = 137+65+168=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 168 (66.02% from 255 or 45.41% from 370); Max value from RGB is 168 - color contains mainly: blue. Hex color #8941A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8941A8 is #76BE57. Grayscale: #616161. Windows color (decimal): -7781976 or 11026825. OLE color: 11026825.

HSL color Cylindrical-coordinate representation of color #8941A8: hue angle of 281.94º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8941A8 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13765168-
CMYK0.180.6100.34
HSL281.94º44.21%45.69%-
HSV(B)281.94º61.31%65.88%-
XYZ19.2711.9338.33-
YUV98.27167.35155.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 65 (25.78% from 255) = 17.57%
BLUE value IS 168 (66.02% from 255) = 45.41%
R=37.03%
G=17.57%
B=45.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal137651680.180.6100.34281.9444.2145.69
Hex8941A8123D02211a2c2e
Octal21110125022750424325456
Binary10001001100000110101000100101111010100010100011010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8941A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8941A8; }

 p { color: rgb(137,65,168); }

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

<style>
 a { background-color: #8941A8; }

 a { background-color: rgb(137,65,168); }

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

<style>
 span { border-color: #8941A8; }

 span { border-color: rgb(137,65,168); }

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