Html Css Color HEX #8315E0 Blue Violet

📋 copy color: '#8315E0'

red 131 ◦ green 21 ◦ blue 224

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

Shades of Blue Violet #8315E0

Tints of Blue Violet #8315E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 59.57%

R = 34.84%
G = 5.59%
B = 59.57%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8315E0 (or 0x8315E0) is known color: Blue Violet. HEX triplet: 83, 15 and E0. RGB value is (131,21,224). Sum of RGB (Red+Green+Blue) = 131+21+224=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 224 (87.89% from 255 or 59.57% from 376); Max value from RGB is 224 - color contains mainly: blue. Hex color #8315E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8315E0 is #7CEA1F. Grayscale: #4C4C4C. Windows color (decimal): -8186400 or 14685571. OLE color: 14685571.

HSL color Cylindrical-coordinate representation of color #8315E0: hue angle of 272.51º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8315E0 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 21 224 -
CMYK 0.42 0.91 0 0.12
HSL 272.51º 0.83% 0.48% -
HSV(B) 272.51º 0.91% 0.88% -
XYZ 23.08 10.74 71.38 -
YUV 77.03 210.94 166.49 -
System Red Green Blue C M Y K H S L
Decimal 131 21 224 0.42 0.91 0 0.12 272.51 0.83 0.48
Hex 83 15 E0 2A 5B 0 C 111 53 30
Octal 203 25 340 52 133 0 14 421 123 60
Binary 10000011 10101 11100000 101010 1011011 0 1100 100010001 1010011 110000

Color Harmonies of #8315E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8315E0

Black with #8315E0

Text Example


Text Example

White with #8315E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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