Html Css Color HEX #9315AF Dark Violet

📋 copy color: '#9315AF'

red 147 ◦ green 21 ◦ blue 175

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

Shades of Dark Violet #9315AF

Tints of Dark Violet #9315AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.02%

R = 42.86%
G = 6.12%
B = 51.02%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9315AF (or 0x9315AF) is known color: Dark Violet. HEX triplet: 93, 15 and AF. RGB value is (147,21,175). Sum of RGB (Red+Green+Blue) = 147+21+175=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #9315AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9315AF is #6CEA50. Grayscale: #4B4B4B. Windows color (decimal): -7137873 or 11474323. OLE color: 11474323.

HSL color Cylindrical-coordinate representation of color #9315AF: hue angle of 289.09º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9315AF is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 21 175 -
CMYK 0.16 0.88 0 0.31
HSL 289.09º 0.79% 0.38% -
HSV(B) 289.09º 0.88% 0.69% -
XYZ 20.04 9.83 41.4 -
YUV 76.23 183.74 178.48 -
System Red Green Blue C M Y K H S L
Decimal 147 21 175 0.16 0.88 0 0.31 289.09 0.79 0.38
Hex 93 15 AF 10 58 0 1F 121 4F 26
Octal 223 25 257 20 130 0 37 441 117 46
Binary 10010011 10101 10101111 10000 1011000 0 11111 100100001 1001111 100110

Color Harmonies of #9315AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9315AF

Black with #9315AF

Text Example


Text Example

White with #9315AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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