Html Css Color HEX #8246DB Blue Violet

📋 copy color: '#8246DB'

red 130 ◦ green 70 ◦ blue 219

#8246DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8246DB

Tints of Blue Violet #8246DB

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 value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8246DB (or 0x8246DB) is known color: 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

RGB 130 70 219 -
CMYK 0.41 0.68 0 0.14
HSL 264.16º 0.67% 0.57% -
HSV(B) 264.16º 0.68% 0.86% -
XYZ 24.18 14.24 68.49 -
YUV 104.93 192.38 145.88 -
System Red Green Blue C M Y K H S L
Decimal 130 70 219 0.41 0.68 0 0.14 264.16 0.67 0.57
Hex 82 46 DB 29 44 0 E 108 43 39
Octal 202 106 333 51 104 0 16 410 103 71
Binary 10000010 1000110 11011011 101001 1000100 0 1110 100001000 1000011 111001

Color Harmonies of #8246DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8246DB

Black with #8246DB

Text Example


Text Example

White with #8246DB

Text Example


Text Example

HTML Codes & Css Web 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>