#9991AF

Color #9991AF Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9991AF

Tints of Cold Purple #9991AF

Color information

#9991AF (or 0x9991AF) is unknown color: approx Cold Purple. HEX triplet: 99, 91 and AF. RGB value is (153,145,175). Sum of RGB (Red+Green+Blue) = 153+145+175=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #9991AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9991AF is #666E50. Grayscale: #969696. Windows color (decimal): -6712913 or 11506073. OLE color: 11506073.

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

Color convert

RGB153145175-
CMYK0.130.1700.31
HSL256º15.79%62.75%-
HSV(B)256º17.14%68.63%-
XYZ3130.1244.74-
YUV150.81141.65129.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.35%
GREEN value IS 145 (57.03% from 255) = 30.66%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=32.35%
G=30.66%
B=37.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531451750.130.1700.3125615.7962.75
Hex9991AFD1101F100103f
Octal23122125715210374002077
Binary10011001100100011010111111011000101111110000000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9991AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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