#8919DC

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

Shades of Blue Violet #8919DC

Tints of Blue Violet #8919DC

Color information

#8919DC (or 0x8919DC) is unknown color: approx Blue Violet. HEX triplet: 89, 19 and DC. RGB value is (137,25,220). Sum of RGB (Red+Green+Blue) = 137+25+220=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #8919DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8919DC is #76E623. Grayscale: #505050. Windows color (decimal): -7792164 or 14424457. OLE color: 14424457.

HSL color Cylindrical-coordinate representation of color #8919DC: hue angle of 274.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8919DC is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13725220-
CMYK0.380.8900.14
HSL274.46º79.59%48.04%-
HSV(B)274.46º88.64%86.27%-
XYZ23.5811.1868.63-
YUV80.72206.61168.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.86%
GREEN value IS 25 (10.16% from 255) = 6.54%
BLUE value IS 220 (86.33% from 255) = 57.59%
R=35.86%
G=6.54%
B=57.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal137252200.380.8900.14274.4679.5948.04
Hex8919DC26590E1125030
Octal211313344613101642212060
Binary1000100111001110111001001101011001011101000100101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8919DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8919DC; }

 p { color: rgb(137,25,220); }

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

<style>
 a { background-color: #8919DC; }

 a { background-color: rgb(137,25,220); }

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

<style>
 span { border-color: #8919DC; }

 span { border-color: rgb(137,25,220); }

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