Html Css Color HEX #8315BA Dark Violet

📋 copy color: '#8315BA'

red 131 ◦ green 21 ◦ blue 186

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

Shades of Dark Violet #8315BA

Tints of Dark Violet #8315BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.03%

R = 38.76%
G = 6.21%
B = 55.03%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8315BA (or 0x8315BA) is known color: Dark Violet. HEX triplet: 83, 15 and BA. RGB value is (131,21,186). Sum of RGB (Red+Green+Blue) = 131+21+186=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #8315BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8315BA is #7CEA45. Grayscale: #484848. Windows color (decimal): -8186438 or 12195203. OLE color: 12195203.

HSL color Cylindrical-coordinate representation of color #8315BA: hue angle of 280º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8315BA is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 21 186 -
CMYK 0.30 0.89 0 0.27
HSL 280º 0.8% 0.41% -
HSV(B) 280º 0.89% 0.73% -
XYZ 18.49 8.91 47.2 -
YUV 72.7 191.94 169.58 -
System Red Green Blue C M Y K H S L
Decimal 131 21 186 0.30 0.89 0 0.27 280 0.8 0.41
Hex 83 15 BA 1E 59 0 1B 118 50 29
Octal 203 25 272 36 131 0 33 430 120 51
Binary 10000011 10101 10111010 11110 1011001 0 11011 100011000 1010000 101001

Color Harmonies of #8315BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8315BA

Black with #8315BA

Text Example


Text Example

White with #8315BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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