Html Css Color HEX #9315BA Dark Violet

📋 copy color: '#9315BA'

red 147 ◦ green 21 ◦ blue 186

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

Shades of Dark Violet #9315BA

Tints of Dark Violet #9315BA

RGB

 RED value IS 147 (57.81% from 255) = 41.53%

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

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

R = 41.53%
G = 5.93%
B = 52.54%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9315BA (or 0x9315BA) is known color: Dark Violet. HEX triplet: 93, 15 and BA. RGB value is (147,21,186). Sum of RGB (Red+Green+Blue) = 147+21+186=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #9315BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9315BA is #6CEA45. Grayscale: #4C4C4C. Windows color (decimal): -7137862 or 12195219. OLE color: 12195219.

HSL color Cylindrical-coordinate representation of color #9315BA: hue angle of 285.82º 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 #9315BA is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 21 186 -
CMYK 0.21 0.89 0 0.27
HSL 285.82º 0.8% 0.41% -
HSV(B) 285.82º 0.89% 0.73% -
XYZ 21.16 10.28 47.32 -
YUV 77.48 189.24 177.58 -
System Red Green Blue C M Y K H S L
Decimal 147 21 186 0.21 0.89 0 0.27 285.82 0.8 0.41
Hex 93 15 BA 15 59 0 1B 11E 50 29
Octal 223 25 272 25 131 0 33 436 120 51
Binary 10010011 10101 10111010 10101 1011001 0 11011 100011110 1010000 101001

Color Harmonies of #9315BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9315BA

Black with #9315BA

Text Example


Text Example

White with #9315BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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