Html Css Color HEX #9314AF Dark Violet

📋 copy color: '#9314AF'

red 147 ◦ green 20 ◦ blue 175

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

Shades of Dark Violet #9314AF

Tints of Dark Violet #9314AF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.85%

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

R = 42.98%
G = 5.85%
B = 51.17%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9314AF (or 0x9314AF) is known color: Dark Violet. HEX triplet: 93, 14 and AF. RGB value is (147,20,175). Sum of RGB (Red+Green+Blue) = 147+20+175=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #9314AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9314AF is #6CEB50. Grayscale: #4B4B4B. Windows color (decimal): -7138129 or 11474067. OLE color: 11474067.

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

Color convert

RGB 147 20 175 -
CMYK 0.16 0.89 0 0.31
HSL 289.16º 0.79% 0.38% -
HSV(B) 289.16º 0.89% 0.69% -
XYZ 20.02 9.8 41.39 -
YUV 75.64 184.08 178.9 -
System Red Green Blue C M Y K H S L
Decimal 147 20 175 0.16 0.89 0 0.31 289.16 0.79 0.38
Hex 93 14 AF 10 59 0 1F 121 4F 26
Octal 223 24 257 20 131 0 37 441 117 46
Binary 10010011 10100 10101111 10000 1011001 0 11111 100100001 1001111 100110

Color Harmonies of #9314AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9314AF

Black with #9314AF

Text Example


Text Example

White with #9314AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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