Html Css Color HEX #8319D1 Blue Violet

📋 copy color: '#8319D1'

red 131 ◦ green 25 ◦ blue 209

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

Shades of Blue Violet #8319D1

Tints of Blue Violet #8319D1

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.85%

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

R = 35.89%
G = 6.85%
B = 57.26%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8319D1 (or 0x8319D1) is known color: Blue Violet. HEX triplet: 83, 19 and D1. RGB value is (131,25,209). Sum of RGB (Red+Green+Blue) = 131+25+209=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 209 (82.03% from 255 or 57.26% from 365); Max value from RGB is 209 - color contains mainly: blue. Hex color #8319D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8319D1 is #7CE62E. Grayscale: #4D4D4D. Windows color (decimal): -8185391 or 13703555. OLE color: 13703555.

HSL color Cylindrical-coordinate representation of color #8319D1: hue angle of 274.57º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8319D1 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 25 209 -
CMYK 0.37 0.88 0 0.18
HSL 274.57º 0.79% 0.46% -
HSV(B) 274.57º 0.88% 0.82% -
XYZ 21.22 10.12 61.16 -
YUV 77.67 202.12 166.04 -
System Red Green Blue C M Y K H S L
Decimal 131 25 209 0.37 0.88 0 0.18 274.57 0.79 0.46
Hex 83 19 D1 25 58 0 12 113 4F 2E
Octal 203 31 321 45 130 0 22 423 117 56
Binary 10000011 11001 11010001 100101 1011000 0 10010 100010011 1001111 101110

Color Harmonies of #8319D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8319D1

Black with #8319D1

Text Example


Text Example

White with #8319D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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