Html Css Color HEX #8315BC Dark Violet

📋 copy color: '#8315BC'

red 131 ◦ green 21 ◦ blue 188

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

Shades of Dark Violet #8315BC

Tints of Dark Violet #8315BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.29%

R = 38.53%
G = 6.18%
B = 55.29%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8315BC (or 0x8315BC) is known color: Dark Violet. HEX triplet: 83, 15 and BC. RGB value is (131,21,188). Sum of RGB (Red+Green+Blue) = 131+21+188=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #8315BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8315BC is #7CEA43. Grayscale: #484848. Windows color (decimal): -8186436 or 12326275. OLE color: 12326275.

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

Color convert

RGB 131 21 188 -
CMYK 0.30 0.89 0 0.26
HSL 279.52º 0.8% 0.41% -
HSV(B) 279.52º 0.89% 0.74% -
XYZ 18.71 8.99 48.33 -
YUV 72.93 192.94 169.42 -
System Red Green Blue C M Y K H S L
Decimal 131 21 188 0.30 0.89 0 0.26 279.52 0.8 0.41
Hex 83 15 BC 1E 59 0 1A 118 50 29
Octal 203 25 274 36 131 0 32 430 120 51
Binary 10000011 10101 10111100 11110 1011001 0 11010 100011000 1010000 101001

Color Harmonies of #8315BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8315BC

Black with #8315BC

Text Example


Text Example

White with #8315BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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