Html Css Color HEX #9313AE Dark Violet

📋 copy color: '#9313AE'

red 147 ◦ green 19 ◦ blue 174

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

Shades of Dark Violet #9313AE

Tints of Dark Violet #9313AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.59%

 BLUE value IS 174 (68.36% from 255) = 51.18%

R = 43.24%
G = 5.59%
B = 51.18%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9313AE (or 0x9313AE) is known color: Dark Violet. HEX triplet: 93, 13 and AE. RGB value is (147,19,174). Sum of RGB (Red+Green+Blue) = 147+19+174=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #9313AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9313AE is #6CEC51. Grayscale: #4A4A4A. Windows color (decimal): -7138386 or 11408275. OLE color: 11408275.

HSL color Cylindrical-coordinate representation of color #9313AE: hue angle of 289.55º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9313AE is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 19 174 -
CMYK 0.16 0.89 0 0.32
HSL 289.55º 0.8% 0.38% -
HSV(B) 289.55º 0.89% 0.68% -
XYZ 19.91 9.72 40.87 -
YUV 74.94 183.91 179.4 -
System Red Green Blue C M Y K H S L
Decimal 147 19 174 0.16 0.89 0 0.32 289.55 0.8 0.38
Hex 93 13 AE 10 59 0 20 122 50 26
Octal 223 23 256 20 131 0 40 442 120 46
Binary 10010011 10011 10101110 10000 1011001 0 100000 100100010 1010000 100110

Color Harmonies of #9313AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9313AE

Black with #9313AE

Text Example


Text Example

White with #9313AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9313AE; }

 p { color: rgb(147,19,174); }

 H1.HeaderClassName
 {
   color: #9313AE;
 }
 .AnyTagClassName
 {
   color: #9313AE;
 }
</style>

background-color css

<style>
 a { background-color: #9313AE; }

 a { background-color: rgb(147,19,174); }

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

border-color css

<style>
 span { border-color: #9313AE; }

 span { border-color: rgb(147,19,174); }

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