#8221D8

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

Shades of Blue Violet #8221D8

Tints of Blue Violet #8221D8

Color information

#8221D8 (or 0x8221D8) is unknown color: approx Blue Violet. HEX triplet: 82, 21 and D8. RGB value is (130,33,216). Sum of RGB (Red+Green+Blue) = 130+33+216=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 216 (84.77% from 255 or 56.99% from 379); Max value from RGB is 216 - color contains mainly: blue. Hex color #8221D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8221D8 is #7DDE27. Grayscale: #525252. Windows color (decimal): -8248872 or 14164354. OLE color: 14164354.

HSL color Cylindrical-coordinate representation of color #8221D8: hue angle of 271.8º degrees, saturation: 0.73, 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 #8221D8 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13033216-
CMYK0.400.8500.15
HSL271.8º73.49%48.82%-
HSV(B)271.8º84.72%84.71%-
XYZ22.1410.7965.88-
YUV82.86203.14161.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.30%
GREEN value IS 33 (13.28% from 255) = 8.71%
BLUE value IS 216 (84.77% from 255) = 56.99%
R=34.30%
G=8.71%
B=56.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal130332160.400.8500.15271.873.4948.82
Hex8221D828550F1104931
Octal202413305012501742011161
Binary10000010100001110110001010001010101011111000100001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8221D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,33,216); }

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

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

 a { background-color: rgb(130,33,216); }

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

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

 span { border-color: rgb(130,33,216); }

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