#8246DB

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

Shades of Blue Violet #8246DB

Tints of Blue Violet #8246DB

Color information

#8246DB (or 0x8246DB) is unknown color: approx Blue Violet. HEX triplet: 82, 46 and DB. RGB value is (130,70,219). Sum of RGB (Red+Green+Blue) = 130+70+219=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #8246DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8246DB is #7DB924. Grayscale: #686868. Windows color (decimal): -8239397 or 14370434. OLE color: 14370434.

HSL color Cylindrical-coordinate representation of color #8246DB: hue angle of 264.16º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8246DB is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13070219-
CMYK0.410.6800.14
HSL264.16º67.42%56.67%-
HSV(B)264.16º68.04%85.88%-
XYZ24.1814.2468.49-
YUV104.93192.38145.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.03%
GREEN value IS 70 (27.73% from 255) = 16.71%
BLUE value IS 219 (85.94% from 255) = 52.27%
R=31.03%
G=16.71%
B=52.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal130702190.410.6800.14264.1667.4256.67
Hex8246DB29440E1084339
Octal2021063335110401641010371
Binary100000101000110110110111010011000100011101000010001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8246DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8246DB; }

 p { color: rgb(130,70,219); }

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

<style>
 a { background-color: #8246DB; }

 a { background-color: rgb(130,70,219); }

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

<style>
 span { border-color: #8246DB; }

 span { border-color: rgb(130,70,219); }

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