Html Css Color HEX #8315FA Blue Violet

📋 copy color: '#8315FA'

red 131 ◦ green 21 ◦ blue 250

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

Shades of Blue Violet #8315FA

Tints of Blue Violet #8315FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.22%

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

R = 32.59%
G = 5.22%
B = 62.19%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8315FA (or 0x8315FA) is known color: Blue Violet. HEX triplet: 83, 15 and FA. RGB value is (131,21,250). Sum of RGB (Red+Green+Blue) = 131+21+250=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #8315FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8315FA is #7CEA05. Grayscale: #4F4F4F. Windows color (decimal): -8186374 or 16389507. OLE color: 16389507.

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

Color convert

RGB 131 21 250 -
CMYK 0.48 0.92 0 0.02
HSL 268.82º 0.96% 0.53% -
HSV(B) 268.82º 0.92% 0.98% -
XYZ 26.88 12.26 91.39 -
YUV 80 223.94 164.38 -
System Red Green Blue C M Y K H S L
Decimal 131 21 250 0.48 0.92 0 0.02 268.82 0.96 0.53
Hex 83 15 FA 30 5C 0 2 10D 60 35
Octal 203 25 372 60 134 0 2 415 140 65
Binary 10000011 10101 11111010 110000 1011100 0 10 100001101 1100000 110101

Color Harmonies of #8315FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8315FA

Black with #8315FA

Text Example


Text Example

White with #8315FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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