Html Css Color HEX #9311AF Dark Violet

📋 copy color: '#9311AF'

red 147 ◦ green 17 ◦ blue 175

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

Shades of Dark Violet #9311AF

Tints of Dark Violet #9311AF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.01%

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

R = 43.36%
G = 5.01%
B = 51.62%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9311AF (or 0x9311AF) is known color: Dark Violet. HEX triplet: 93, 11 and AF. RGB value is (147,17,175). Sum of RGB (Red+Green+Blue) = 147+17+175=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #9311AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9311AF is #6CEE50. Grayscale: #494949. Windows color (decimal): -7138897 or 11473299. OLE color: 11473299.

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

Color convert

RGB 147 17 175 -
CMYK 0.16 0.90 0 0.31
HSL 289.37º 0.82% 0.38% -
HSV(B) 289.37º 0.9% 0.69% -
XYZ 19.97 9.7 41.38 -
YUV 73.88 185.07 180.15 -
System Red Green Blue C M Y K H S L
Decimal 147 17 175 0.16 0.90 0 0.31 289.37 0.82 0.38
Hex 93 11 AF 10 5A 0 1F 121 52 26
Octal 223 21 257 20 132 0 37 441 122 46
Binary 10010011 10001 10101111 10000 1011010 0 11111 100100001 1010010 100110

Color Harmonies of #9311AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9311AF

Black with #9311AF

Text Example


Text Example

White with #9311AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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