Html Css Color HEX #8217DB Blue Violet

📋 copy color: '#8217DB'

red 130 ◦ green 23 ◦ blue 219

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

Shades of Blue Violet #8217DB

Tints of Blue Violet #8217DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.18%

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

R = 34.95%
G = 6.18%
B = 58.87%

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

#8217DB (or 0x8217DB) is known color: Blue Violet. HEX triplet: 82, 17 and DB. RGB value is (130,23,219). Sum of RGB (Red+Green+Blue) = 130+23+219=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #8217DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8217DB is #7DE824. Grayscale: #4C4C4C. Windows color (decimal): -8251429 or 14358402. OLE color: 14358402.

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

Color convert

RGB 130 23 219 -
CMYK 0.41 0.89 0 0.14
HSL 272.76º 0.81% 0.47% -
HSV(B) 272.76º 0.89% 0.86% -
XYZ 22.3 10.47 67.86 -
YUV 77.34 207.95 165.56 -
System Red Green Blue C M Y K H S L
Decimal 130 23 219 0.41 0.89 0 0.14 272.76 0.81 0.47
Hex 82 17 DB 29 59 0 E 111 51 2F
Octal 202 27 333 51 131 0 16 421 121 57
Binary 10000010 10111 11011011 101001 1011001 0 1110 100010001 1010001 101111

Color Harmonies of #8217DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8217DB

Black with #8217DB

Text Example


Text Example

White with #8217DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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