#8936AA

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

Shades of Vivid Violet #8936AA

Tints of Vivid Violet #8936AA

Color information

#8936AA (or 0x8936AA) is unknown color: approx Vivid Violet. HEX triplet: 89, 36 and AA. RGB value is (137,54,170). Sum of RGB (Red+Green+Blue) = 137+54+170=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #8936AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8936AA is #76C955. Grayscale: #5B5B5B. Windows color (decimal): -7784790 or 11155081. OLE color: 11155081.

HSL color Cylindrical-coordinate representation of color #8936AA: hue angle of 282.93º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8936AA is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13754170-
CMYK0.190.6800.33
HSL282.93º51.79%43.92%-
HSV(B)282.93º68.24%66.67%-
XYZ18.8910.8639.13-
YUV92.04172160.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 54 (21.48% from 255) = 14.96%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=37.95%
G=14.96%
B=47.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137541700.190.6800.33282.9351.7943.92
Hex8936AA134402111b342c
Octal21166252231040414336454
Binary10001001110110101010101001110001000100001100011011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8936AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8936AA; }

 p { color: rgb(137,54,170); }

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

<style>
 a { background-color: #8936AA; }

 a { background-color: rgb(137,54,170); }

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

<style>
 span { border-color: #8936AA; }

 span { border-color: rgb(137,54,170); }

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