#8247DD

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

Shades of Blue Violet #8247DD

Tints of Blue Violet #8247DD

Color information

#8247DD (or 0x8247DD) is unknown color: approx Blue Violet. HEX triplet: 82, 47 and DD. RGB value is (130,71,221). Sum of RGB (Red+Green+Blue) = 130+71+221=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #8247DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8247DD is #7DB822. Grayscale: #696969. Windows color (decimal): -8239139 or 14501762. OLE color: 14501762.

HSL color Cylindrical-coordinate representation of color #8247DD: hue angle of 263.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8247DD is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13071221-
CMYK0.410.6800.13
HSL263.6º68.81%57.25%-
HSV(B)263.6º67.87%86.67%-
XYZ24.5114.4769.91-
YUV105.74193.05145.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.81%
GREEN value IS 71 (28.12% from 255) = 16.82%
BLUE value IS 221 (86.72% from 255) = 52.37%
R=30.81%
G=16.82%
B=52.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal130712210.410.6800.13263.668.8157.25
Hex8247DD29440D1084539
Octal2021073355110401541010571
Binary100000101000111110111011010011000100011011000010001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8247DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,71,221); }

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

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

 a { background-color: rgb(130,71,221); }

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

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

 span { border-color: rgb(130,71,221); }

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