Html Css Color HEX #8313D8 Blue Violet

📋 copy color: '#8313D8'

red 131 ◦ green 19 ◦ blue 216

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

Shades of Blue Violet #8313D8

Tints of Blue Violet #8313D8

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.19%

 BLUE value IS 216 (84.77% from 255) = 59.02%

R = 35.79%
G = 5.19%
B = 59.02%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8313D8 (or 0x8313D8) is known color: Blue Violet. HEX triplet: 83, 13 and D8. RGB value is (131,19,216). Sum of RGB (Red+Green+Blue) = 131+19+216=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 216 (84.77% from 255 or 59.02% from 366); Max value from RGB is 216 - color contains mainly: blue. Hex color #8313D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8313D8 is #7CEC27. Grayscale: #4A4A4A. Windows color (decimal): -8186920 or 14160771. OLE color: 14160771.

HSL color Cylindrical-coordinate representation of color #8313D8: hue angle of 274.11º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8313D8 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 19 216 -
CMYK 0.39 0.91 0 0.15
HSL 274.11º 0.84% 0.46% -
HSV(B) 274.11º 0.91% 0.85% -
XYZ 21.99 10.25 65.79 -
YUV 74.95 207.61 167.98 -
System Red Green Blue C M Y K H S L
Decimal 131 19 216 0.39 0.91 0 0.15 274.11 0.84 0.46
Hex 83 13 D8 27 5B 0 F 112 54 2E
Octal 203 23 330 47 133 0 17 422 124 56
Binary 10000011 10011 11011000 100111 1011011 0 1111 100010010 1010100 101110

Color Harmonies of #8313D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8313D8

Black with #8313D8

Text Example


Text Example

White with #8313D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8313D8; }

 p { color: rgb(131,19,216); }

 H1.HeaderClassName
 {
   color: #8313D8;
 }
 .AnyTagClassName
 {
   color: #8313D8;
 }
</style>

background-color css

<style>
 a { background-color: #8313D8; }

 a { background-color: rgb(131,19,216); }

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

border-color css

<style>
 span { border-color: #8313D8; }

 span { border-color: rgb(131,19,216); }

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