#8819DD

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

Shades of Blue Violet #8819DD

Tints of Blue Violet #8819DD

Color information

#8819DD (or 0x8819DD) is unknown color: approx Blue Violet. HEX triplet: 88, 19 and DD. RGB value is (136,25,221). Sum of RGB (Red+Green+Blue) = 136+25+221=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #8819DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8819DD is #77E622. Grayscale: #4F4F4F. Windows color (decimal): -7857699 or 14489992. OLE color: 14489992.

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

Color convert

RGB13625221-
CMYK0.380.8900.13
HSL273.98º79.67%48.24%-
HSV(B)273.98º88.69%86.67%-
XYZ23.5511.1569.32-
YUV80.53207.27167.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.60%
GREEN value IS 25 (10.16% from 255) = 6.54%
BLUE value IS 221 (86.72% from 255) = 57.85%
R=35.60%
G=6.54%
B=57.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal136252210.380.8900.13273.9879.6748.24
Hex8819DD26590D1125030
Octal210313354613101542212060
Binary1000100011001110111011001101011001011011000100101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8819DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8819DD; }

 p { color: rgb(136,25,221); }

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

<style>
 a { background-color: #8819DD; }

 a { background-color: rgb(136,25,221); }

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

<style>
 span { border-color: #8819DD; }

 span { border-color: rgb(136,25,221); }

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