#8224D9

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

Shades of Blue Violet #8224D9

Tints of Blue Violet #8224D9

Color information

#8224D9 (or 0x8224D9) is unknown color: approx Blue Violet. HEX triplet: 82, 24 and D9. RGB value is (130,36,217). Sum of RGB (Red+Green+Blue) = 130+36+217=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 217 (85.16% from 255 or 56.66% from 383); Max value from RGB is 217 - color contains mainly: blue. Hex color #8224D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8224D9 is #7DDB26. Grayscale: #545454. Windows color (decimal): -8248103 or 14230658. OLE color: 14230658.

HSL color Cylindrical-coordinate representation of color #8224D9: hue angle of 271.16º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8224D9 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13036217-
CMYK0.400.8300.15
HSL271.16º71.54%49.61%-
HSV(B)271.16º83.41%85.1%-
XYZ22.3611.0266.59-
YUV84.74202.64160.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 36 (14.45% from 255) = 9.40%
BLUE value IS 217 (85.16% from 255) = 56.66%
R=33.94%
G=9.40%
B=56.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal130362170.400.8300.15271.1671.5449.61
Hex8224D928530F10f4832
Octal202443315012301741711062
Binary10000010100100110110011010001010011011111000011111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8224D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,36,217); }

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

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

 a { background-color: rgb(130,36,217); }

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

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

 span { border-color: rgb(130,36,217); }

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