Html Css Color HEX #9991AF Cold Purple

📋 copy color: '#9991AF'

red 153 ◦ green 145 ◦ blue 175

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

Shades of Cold Purple #9991AF

Tints of Cold Purple #9991AF

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%

R = 32.35%
G = 30.66%
B = 37%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9991AF (or 0x9991AF) is known color: 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

RGB 153 145 175 -
CMYK 0.13 0.17 0 0.31
HSL 256º 0.16% 0.63% -
HSV(B) 256º 0.17% 0.69% -
XYZ 31 30.12 44.74 -
YUV 150.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 153 145 175 0.13 0.17 0 0.31 256 0.16 0.63
Hex 99 91 AF D 11 0 1F 100 10 3F
Octal 231 221 257 15 21 0 37 400 20 77
Binary 10011001 10010001 10101111 1101 10001 0 11111 100000000 10000 111111

Color Harmonies of #9991AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9991AF

Black with #9991AF

Text Example


Text Example

White with #9991AF

Text Example


Text Example

HTML Codes & Css Web 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>