#9901AF

Color #9901AF Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9901AF

Tints of Dark Violet #9901AF

Color information

#9901AF (or 0x9901AF) is unknown color: approx Dark Violet. HEX triplet: 99, 01 and AF. RGB value is (153,1,175). Sum of RGB (Red+Green+Blue) = 153+1+175=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #9901AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9901AF is #66FE50. Grayscale: #414141. Windows color (decimal): -6749777 or 11469209. OLE color: 11469209.

HSL color Cylindrical-coordinate representation of color #9901AF: hue angle of 292.41º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9901AF is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1531175-
CMYK0.130.9900.31
HSL292.41º98.86%34.51%-
HSV(B)292.41º99.43%68.63%-
XYZ20.899.8941.37-
YUV66.28189.36189.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 175 (68.75% from 255) = 53.19%
R=46.50%
G=0.30%
B=53.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15311750.130.9900.31292.4198.8634.51
Hex991AFD6301F1246323
Octal23112571514303744414343
Binary10011001110101111110111000110111111001001001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9901AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,1,175); }

 H1.HeaderClassName
 {
   color: #9901AF;
 }
 .AnyTagClassName
 {
   color: #9901AF;
 }
</style>
background-color css

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

 a { background-color: rgb(153,1,175); }

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

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

 span { border-color: rgb(153,1,175); }

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