#8822DD

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

Shades of Blue Violet #8822DD

Tints of Blue Violet #8822DD

Color information

#8822DD (or 0x8822DD) is unknown color: approx Blue Violet. HEX triplet: 88, 22 and DD. RGB value is (136,34,221). Sum of RGB (Red+Green+Blue) = 136+34+221=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #8822DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8822DD is #77DD22. Grayscale: #555555. Windows color (decimal): -7855395 or 14492296. OLE color: 14492296.

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

Color convert

RGB13634221-
CMYK0.380.8500.13
HSL272.73º73.33%50%-
HSV(B)272.73º84.62%86.67%-
XYZ23.7811.669.39-
YUV85.82204.29163.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.78%
GREEN value IS 34 (13.67% from 255) = 8.70%
BLUE value IS 221 (86.72% from 255) = 56.52%
R=34.78%
G=8.70%
B=56.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal136342210.380.8500.13272.7373.3350
Hex8822DD26550D1114932
Octal210423354612501542111162
Binary10001000100010110111011001101010101011011000100011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8822DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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