Html Css Color HEX #8213DB Blue Violet

📋 copy color: '#8213DB'

red 130 ◦ green 19 ◦ blue 219

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

Shades of Blue Violet #8213DB

Tints of Blue Violet #8213DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.51%

R = 35.33%
G = 5.16%
B = 59.51%

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

#8213DB (or 0x8213DB) is known color: Blue Violet. HEX triplet: 82, 13 and DB. RGB value is (130,19,219). Sum of RGB (Red+Green+Blue) = 130+19+219=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #8213DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8213DB is #7DEC24. Grayscale: #4A4A4A. Windows color (decimal): -8252453 or 14357378. OLE color: 14357378.

HSL color Cylindrical-coordinate representation of color #8213DB: hue angle of 273.3º 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 #8213DB is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 19 219 -
CMYK 0.41 0.91 0 0.14
HSL 273.3º 0.84% 0.47% -
HSV(B) 273.3º 0.91% 0.86% -
XYZ 22.22 10.33 67.84 -
YUV 74.99 209.27 167.24 -
System Red Green Blue C M Y K H S L
Decimal 130 19 219 0.41 0.91 0 0.14 273.3 0.84 0.47
Hex 82 13 DB 29 5B 0 E 111 54 2F
Octal 202 23 333 51 133 0 16 421 124 57
Binary 10000010 10011 11011011 101001 1011011 0 1110 100010001 1010100 101111

Color Harmonies of #8213DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8213DB

Black with #8213DB

Text Example


Text Example

White with #8213DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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