Html Css Color HEX #8213DC Blue Violet

📋 copy color: '#8213DC'

red 130 ◦ green 19 ◦ blue 220

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

Shades of Blue Violet #8213DC

Tints of Blue Violet #8213DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.15%

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

R = 35.23%
G = 5.15%
B = 59.62%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8213DC (or 0x8213DC) is known color: Blue Violet. HEX triplet: 82, 13 and DC. RGB value is (130,19,220). Sum of RGB (Red+Green+Blue) = 130+19+220=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #8213DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8213DC is #7DEC23. Grayscale: #4A4A4A. Windows color (decimal): -8252452 or 14422914. OLE color: 14422914.

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

Color convert

RGB 130 19 220 -
CMYK 0.41 0.91 0 0.14
HSL 273.13º 0.84% 0.47% -
HSV(B) 273.13º 0.91% 0.86% -
XYZ 22.36 10.38 68.54 -
YUV 75.1 209.77 167.16 -
System Red Green Blue C M Y K H S L
Decimal 130 19 220 0.41 0.91 0 0.14 273.13 0.84 0.47
Hex 82 13 DC 29 5B 0 E 111 54 2F
Octal 202 23 334 51 133 0 16 421 124 57
Binary 10000010 10011 11011100 101001 1011011 0 1110 100010001 1010100 101111

Color Harmonies of #8213DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8213DC

Black with #8213DC

Text Example


Text Example

White with #8213DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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