Html Css Color HEX #8315EE Blue Violet

📋 copy color: '#8315EE'

red 131 ◦ green 21 ◦ blue 238

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

Shades of Blue Violet #8315EE

Tints of Blue Violet #8315EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.03%

R = 33.59%
G = 5.38%
B = 61.03%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8315EE (or 0x8315EE) is known color: Blue Violet. HEX triplet: 83, 15 and EE. RGB value is (131,21,238). Sum of RGB (Red+Green+Blue) = 131+21+238=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #8315EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8315EE is #7CEA11. Grayscale: #4D4D4D. Windows color (decimal): -8186386 or 15603075. OLE color: 15603075.

HSL color Cylindrical-coordinate representation of color #8315EE: hue angle of 270.41º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8315EE is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 21 238 -
CMYK 0.45 0.91 0 0.07
HSL 270.41º 0.86% 0.51% -
HSV(B) 270.41º 0.91% 0.93% -
XYZ 25.06 11.53 81.79 -
YUV 78.63 217.94 165.36 -
System Red Green Blue C M Y K H S L
Decimal 131 21 238 0.45 0.91 0 0.07 270.41 0.86 0.51
Hex 83 15 EE 2D 5B 0 7 10E 56 33
Octal 203 25 356 55 133 0 7 416 126 63
Binary 10000011 10101 11101110 101101 1011011 0 111 100001110 1010110 110011

Color Harmonies of #8315EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8315EE

Black with #8315EE

Text Example


Text Example

White with #8315EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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