#824BD9

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

Shades of Blue Violet #824BD9

Tints of Blue Violet #824BD9

Color information

#824BD9 (or 0x824BD9) is unknown color: approx Blue Violet. HEX triplet: 82, 4B and D9. RGB value is (130,75,217). Sum of RGB (Red+Green+Blue) = 130+75+217=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 217 (85.16% from 255 or 51.42% from 422); Max value from RGB is 217 - color contains mainly: blue. Hex color #824BD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824BD9 is #7DB426. Grayscale: #6B6B6B. Windows color (decimal): -8238119 or 14240642. OLE color: 14240642.

HSL color Cylindrical-coordinate representation of color #824BD9: hue angle of 263.24º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #824BD9 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13075217-
CMYK0.400.6500.15
HSL263.24º65.14%57.25%-
HSV(B)263.24º65.44%85.1%-
XYZ24.2514.7967.22-
YUV107.63189.72143.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.81%
GREEN value IS 75 (29.69% from 255) = 17.77%
BLUE value IS 217 (85.16% from 255) = 51.42%
R=30.81%
G=17.77%
B=51.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal130752170.400.6500.15263.2465.1457.25
Hex824BD928410F1074139
Octal2021133315010101740710171
Binary100000101001011110110011010001000001011111000001111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824BD9; }

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

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

<style>
 a { background-color: #824BD9; }

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

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

<style>
 span { border-color: #824BD9; }

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

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