#9991BA

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

Shades of Cold Purple #9991BA

Tints of Cold Purple #9991BA

Color information

#9991BA (or 0x9991BA) is unknown color: approx Cold Purple. HEX triplet: 99, 91 and BA. RGB value is (153,145,186). Sum of RGB (Red+Green+Blue) = 153+145+186=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #9991BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9991BA is #666E45. Grayscale: #979797. Windows color (decimal): -6712902 or 12226969. OLE color: 12226969.

HSL color Cylindrical-coordinate representation of color #9991BA: hue angle of 251.71º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9991BA is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153145186-
CMYK0.180.2200.27
HSL251.71º22.91%64.9%-
HSV(B)251.71º22.04%72.94%-
XYZ32.1330.5750.66-
YUV152.07147.15128.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.61%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=31.61%
G=29.96%
B=38.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531451860.180.2200.27251.7122.9164.9
Hex9991BA121601Bfc1741
Octal231221272222603337427101
Binary100110011001000110111010100101011001101111111100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9991BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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