#8933D8

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

Shades of Blue Violet #8933D8

Tints of Blue Violet #8933D8

Color information

#8933D8 (or 0x8933D8) is unknown color: approx Blue Violet. HEX triplet: 89, 33 and D8. RGB value is (137,51,216). Sum of RGB (Red+Green+Blue) = 137+51+216=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 216 (84.77% from 255 or 53.47% from 404); Max value from RGB is 216 - color contains mainly: blue. Hex color #8933D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8933D8 is #76CC27. Grayscale: #5E5E5E. Windows color (decimal): -7785512 or 14168969. OLE color: 14168969.

HSL color Cylindrical-coordinate representation of color #8933D8: hue angle of 271.27º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8933D8 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13751216-
CMYK0.370.7600.15
HSL271.27º67.9%52.35%-
HSV(B)271.27º76.39%84.71%-
XYZ23.912.6466.15-
YUV95.52195.99157.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.91%
GREEN value IS 51 (20.31% from 255) = 12.62%
BLUE value IS 216 (84.77% from 255) = 53.47%
R=33.91%
G=12.62%
B=53.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal137512160.370.7600.15271.2767.952.35
Hex8933D8254C0F10f4434
Octal211633304511401741710464
Binary10001001110011110110001001011001100011111000011111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8933D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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