Html Css Color HEX #8315E5 Blue Violet

📋 copy color: '#8315E5'

red 131 ◦ green 21 ◦ blue 229

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

Shades of Blue Violet #8315E5

Tints of Blue Violet #8315E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 60.1%

R = 34.38%
G = 5.51%
B = 60.1%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8315E5 (or 0x8315E5) is known color: Blue Violet. HEX triplet: 83, 15 and E5. RGB value is (131,21,229). Sum of RGB (Red+Green+Blue) = 131+21+229=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 229 (89.84% from 255 or 60.10% from 381); Max value from RGB is 229 - color contains mainly: blue. Hex color #8315E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8315E5 is #7CEA1A. Grayscale: #4C4C4C. Windows color (decimal): -8186395 or 15013251. OLE color: 15013251.

HSL color Cylindrical-coordinate representation of color #8315E5: hue angle of 271.73º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8315E5 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 131 21 229 -
CMYK 0.43 0.91 0 0.10
HSL 271.73º 0.83% 0.49% -
HSV(B) 271.73º 0.91% 0.9% -
XYZ 23.77 11.02 75 -
YUV 77.6 213.44 166.09 -
System Red Green Blue C M Y K H S L
Decimal 131 21 229 0.43 0.91 0 0.10 271.73 0.83 0.49
Hex 83 15 E5 2B 5B 0 A 110 53 31
Octal 203 25 345 53 133 0 12 420 123 61
Binary 10000011 10101 11100101 101011 1011011 0 1010 100010000 1010011 110001

Color Harmonies of #8315E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8315E5

Black with #8315E5

Text Example


Text Example

White with #8315E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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