Html Css Color HEX #8316D1 Blue Violet

📋 copy color: '#8316D1'

red 131 ◦ green 22 ◦ blue 209

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

Shades of Blue Violet #8316D1

Tints of Blue Violet #8316D1

RGB

 RED value IS 131 (51.56% from 255) = 36.19%

 GREEN value IS 22 (8.98% from 255) = 6.08%

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

R = 36.19%
G = 6.08%
B = 57.73%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8316D1 (or 0x8316D1) is known color: Blue Violet. HEX triplet: 83, 16 and D1. RGB value is (131,22,209). Sum of RGB (Red+Green+Blue) = 131+22+209=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 22 (8.98% from 255 or 6.08% 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 #8316D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8316D1 is #7CE92E. Grayscale: #4B4B4B. Windows color (decimal): -8186159 or 13702787. OLE color: 13702787.

HSL color Cylindrical-coordinate representation of color #8316D1: hue angle of 274.97º degrees, saturation: 0.81, 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 #8316D1 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 22 209 -
CMYK 0.37 0.89 0 0.18
HSL 274.97º 0.81% 0.45% -
HSV(B) 274.97º 0.89% 0.82% -
XYZ 21.16 10 61.14 -
YUV 75.91 203.11 167.29 -
System Red Green Blue C M Y K H S L
Decimal 131 22 209 0.37 0.89 0 0.18 274.97 0.81 0.45
Hex 83 16 D1 25 59 0 12 113 51 2D
Octal 203 26 321 45 131 0 22 423 121 55
Binary 10000011 10110 11010001 100101 1011001 0 10010 100010011 1010001 101101

Color Harmonies of #8316D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8316D1

Black with #8316D1

Text Example


Text Example

White with #8316D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,22,209); }

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

background-color css

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

 a { background-color: rgb(131,22,209); }

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

border-color css

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

 span { border-color: rgb(131,22,209); }

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