#8821D9

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

Shades of Blue Violet #8821D9

Tints of Blue Violet #8821D9

Color information

#8821D9 (or 0x8821D9) is unknown color: approx Blue Violet. HEX triplet: 88, 21 and D9. RGB value is (136,33,217). Sum of RGB (Red+Green+Blue) = 136+33+217=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 217 (85.16% from 255 or 56.22% from 386); Max value from RGB is 217 - color contains mainly: blue. Hex color #8821D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8821D9 is #77DE26. Grayscale: #545454. Windows color (decimal): -7855655 or 14229896. OLE color: 14229896.

HSL color Cylindrical-coordinate representation of color #8821D9: hue angle of 273.59º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8821D9 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13633217-
CMYK0.370.8500.15
HSL273.59º73.6%49.02%-
HSV(B)273.59º84.79%85.1%-
XYZ23.2211.3366.61-
YUV84.77202.62164.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.23%
GREEN value IS 33 (13.28% from 255) = 8.55%
BLUE value IS 217 (85.16% from 255) = 56.22%
R=35.23%
G=8.55%
B=56.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal136332170.370.8500.15273.5973.649.02
Hex8821D925550F1124a31
Octal210413314512501742211261
Binary10001000100001110110011001011010101011111000100101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8821D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8821D9; }

 p { color: rgb(136,33,217); }

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

<style>
 a { background-color: #8821D9; }

 a { background-color: rgb(136,33,217); }

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

<style>
 span { border-color: #8821D9; }

 span { border-color: rgb(136,33,217); }

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