Html Css Color HEX #8319FA Blue Violet

📋 copy color: '#8319FA'

red 131 ◦ green 25 ◦ blue 250

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

Shades of Blue Violet #8319FA

Tints of Blue Violet #8319FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.58%

R = 32.27%
G = 6.16%
B = 61.58%

CMYK

 C value IS 0.48

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8319FA (or 0x8319FA) is known color: Blue Violet. HEX triplet: 83, 19 and FA. RGB value is (131,25,250). Sum of RGB (Red+Green+Blue) = 131+25+250=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #8319FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8319FA is #7CE605. Grayscale: #515151. Windows color (decimal): -8185350 or 16390531. OLE color: 16390531.

HSL color Cylindrical-coordinate representation of color #8319FA: hue angle of 268.27º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8319FA is Cyan = 0.48, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 25 250 -
CMYK 0.48 0.9 0 0.02
HSL 268.27º 0.96% 0.54% -
HSV(B) 268.27º 0.9% 0.98% -
XYZ 26.96 12.42 91.42 -
YUV 82.34 222.62 162.7 -
System Red Green Blue C M Y K H S L
Decimal 131 25 250 0.48 0.9 0 0.02 268.27 0.96 0.54
Hex 83 19 FA 30 5A 0 2 10C 60 36
Octal 203 31 372 60 132 0 2 414 140 66
Binary 10000011 11001 11111010 110000 1011010 0 10 100001100 1100000 110110

Color Harmonies of #8319FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8319FA

Black with #8319FA

Text Example


Text Example

White with #8319FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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