Html Css Color HEX #8217D1 Blue Violet

📋 copy color: '#8217D1'

red 130 ◦ green 23 ◦ blue 209

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

Shades of Blue Violet #8217D1

Tints of Blue Violet #8217D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 57.73%

R = 35.91%
G = 6.35%
B = 57.73%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8217D1 (or 0x8217D1) is known color: Blue Violet. HEX triplet: 82, 17 and D1. RGB value is (130,23,209). Sum of RGB (Red+Green+Blue) = 130+23+209=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 209 (82.03% from 255 or 57.73% from 362); Max value from RGB is 209 - color contains mainly: blue. Hex color #8217D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8217D1 is #7DE82E. Grayscale: #4B4B4B. Windows color (decimal): -8251439 or 13703042. OLE color: 13703042.

HSL color Cylindrical-coordinate representation of color #8217D1: hue angle of 274.52º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8217D1 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 23 209 -
CMYK 0.38 0.89 0 0.18
HSL 274.52º 0.8% 0.45% -
HSV(B) 274.52º 0.89% 0.82% -
XYZ 21.02 9.96 61.14 -
YUV 76.2 202.95 166.38 -
System Red Green Blue C M Y K H S L
Decimal 130 23 209 0.38 0.89 0 0.18 274.52 0.8 0.45
Hex 82 17 D1 26 59 0 12 113 50 2D
Octal 202 27 321 46 131 0 22 423 120 55
Binary 10000010 10111 11010001 100110 1011001 0 10010 100010011 1010000 101101

Color Harmonies of #8217D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8217D1

Black with #8217D1

Text Example


Text Example

White with #8217D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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