Html Css Color HEX #8219DC Blue Violet

📋 copy color: '#8219DC'

red 130 ◦ green 25 ◦ blue 220

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

Shades of Blue Violet #8219DC

Tints of Blue Violet #8219DC

RGB

 RED value IS 130 (51.17% from 255) = 34.67%

 GREEN value IS 25 (10.16% from 255) = 6.67%

 BLUE value IS 220 (86.33% from 255) = 58.67%

R = 34.67%
G = 6.67%
B = 58.67%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8219DC (or 0x8219DC) is known color: Blue Violet. HEX triplet: 82, 19 and DC. RGB value is (130,25,220). Sum of RGB (Red+Green+Blue) = 130+25+220=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #8219DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8219DC is #7DE623. Grayscale: #4D4D4D. Windows color (decimal): -8250916 or 14424450. OLE color: 14424450.

HSL color Cylindrical-coordinate representation of color #8219DC: hue angle of 272.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8219DC is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 25 220 -
CMYK 0.41 0.89 0 0.14
HSL 272.31º 0.8% 0.48% -
HSV(B) 272.31º 0.89% 0.86% -
XYZ 22.47 10.61 68.57 -
YUV 78.63 207.79 164.64 -
System Red Green Blue C M Y K H S L
Decimal 130 25 220 0.41 0.89 0 0.14 272.31 0.8 0.48
Hex 82 19 DC 29 59 0 E 110 50 30
Octal 202 31 334 51 131 0 16 420 120 60
Binary 10000010 11001 11011100 101001 1011001 0 1110 100010000 1010000 110000

Color Harmonies of #8219DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8219DC

Black with #8219DC

Text Example


Text Example

White with #8219DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8219DC; }

 p { color: rgb(130,25,220); }

 H1.HeaderClassName
 {
   color: #8219DC;
 }
 .AnyTagClassName
 {
   color: #8219DC;
 }
</style>

background-color css

<style>
 a { background-color: #8219DC; }

 a { background-color: rgb(130,25,220); }

 div.DivClassName
 {
   background-color: #8219DC;
 }
 .BgClassName
 {
   background-color: #8219DC;
 }
</style>

border-color css

<style>
 span { border-color: #8219DC; }

 span { border-color: rgb(130,25,220); }

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