Html Css Color HEX #8210DB Dark Violet

📋 copy color: '#8210DB'

red 130 ◦ green 16 ◦ blue 219

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

Shades of Dark Violet #8210DB

Tints of Dark Violet #8210DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.38%

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

R = 35.62%
G = 4.38%
B = 60%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8210DB (or 0x8210DB) is known color: Dark Violet. HEX triplet: 82, 10 and DB. RGB value is (130,16,219). Sum of RGB (Red+Green+Blue) = 130+16+219=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #8210DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8210DB is #7DEF24. Grayscale: #484848. Windows color (decimal): -8253221 or 14356610. OLE color: 14356610.

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

Color convert

RGB 130 16 219 -
CMYK 0.41 0.93 0 0.14
HSL 273.69º 0.86% 0.46% -
HSV(B) 273.69º 0.93% 0.86% -
XYZ 22.18 10.23 67.82 -
YUV 73.23 210.27 168.49 -
System Red Green Blue C M Y K H S L
Decimal 130 16 219 0.41 0.93 0 0.14 273.69 0.86 0.46
Hex 82 10 DB 29 5D 0 E 112 56 2E
Octal 202 20 333 51 135 0 16 422 126 56
Binary 10000010 10000 11011011 101001 1011101 0 1110 100010010 1010110 101110

Color Harmonies of #8210DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8210DB

Black with #8210DB

Text Example


Text Example

White with #8210DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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