Html Css Color HEX #8315D4 Blue Violet

📋 copy color: '#8315D4'

red 131 ◦ green 21 ◦ blue 212

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

Shades of Blue Violet #8315D4

Tints of Blue Violet #8315D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 58.24%

R = 35.99%
G = 5.77%
B = 58.24%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8315D4 (or 0x8315D4) is known color: Blue Violet. HEX triplet: 83, 15 and D4. RGB value is (131,21,212). Sum of RGB (Red+Green+Blue) = 131+21+212=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 212 (83.20% from 255 or 58.24% from 364); Max value from RGB is 212 - color contains mainly: blue. Hex color #8315D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8315D4 is #7CEA2B. Grayscale: #4B4B4B. Windows color (decimal): -8186412 or 13899139. OLE color: 13899139.

HSL color Cylindrical-coordinate representation of color #8315D4: hue angle of 274.55º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8315D4 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 131 21 212 -
CMYK 0.38 0.90 0 0.17
HSL 274.56º 0.82% 0.46% -
HSV(B) 274.56º 0.9% 0.83% -
XYZ 21.51 10.12 63.11 -
YUV 75.66 204.94 167.47 -
System Red Green Blue C M Y K H S L
Decimal 131 21 212 0.38 0.90 0 0.17 274.56 0.82 0.46
Hex 83 15 D4 26 5A 0 11 113 52 2E
Octal 203 25 324 46 132 0 21 423 122 56
Binary 10000011 10101 11010100 100110 1011010 0 10001 100010011 1010010 101110

Color Harmonies of #8315D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8315D4

Black with #8315D4

Text Example


Text Example

White with #8315D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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