#8933AD

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

Shades of Vivid Violet #8933AD

Tints of Vivid Violet #8933AD

Color information

#8933AD (or 0x8933AD) is unknown color: approx Vivid Violet. HEX triplet: 89, 33 and AD. RGB value is (137,51,173). Sum of RGB (Red+Green+Blue) = 137+51+173=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #8933AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8933AD is #76CC52. Grayscale: #5A5A5A. Windows color (decimal): -7785555 or 11350921. OLE color: 11350921.

HSL color Cylindrical-coordinate representation of color #8933AD: hue angle of 282.3º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8933AD is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13751173-
CMYK0.210.7100.32
HSL282.3º54.46%43.92%-
HSV(B)282.3º70.52%67.84%-
XYZ19.0410.740.6-
YUV90.62174.49161.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 51 (20.31% from 255) = 14.13%
BLUE value IS 173 (67.97% from 255) = 47.92%
R=37.95%
G=14.13%
B=47.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137511730.210.7100.32282.354.4643.92
Hex8933AD154702011a362c
Octal21163255251070404326654
Binary10001001110011101011011010110001110100000100011010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8933AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8933AD; }

 p { color: rgb(137,51,173); }

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

<style>
 a { background-color: #8933AD; }

 a { background-color: rgb(137,51,173); }

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

<style>
 span { border-color: #8933AD; }

 span { border-color: rgb(137,51,173); }

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