#9991BC

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

Shades of Cold Purple #9991BC

Tints of Cold Purple #9991BC

Color information

#9991BC (or 0x9991BC) is unknown color: approx Cold Purple. HEX triplet: 99, 91 and BC. RGB value is (153,145,188). Sum of RGB (Red+Green+Blue) = 153+145+188=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #9991BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9991BC is #666E43. Grayscale: #989898. Windows color (decimal): -6712900 or 12358041. OLE color: 12358041.

HSL color Cylindrical-coordinate representation of color #9991BC: hue angle of 251.16º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9991BC is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153145188-
CMYK0.190.2300.26
HSL251.16º24.29%65.29%-
HSV(B)251.16º22.87%73.73%-
XYZ32.3430.6551.79-
YUV152.29148.15128.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.48%
GREEN value IS 145 (57.03% from 255) = 29.84%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=31.48%
G=29.84%
B=38.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531451880.190.2300.26251.1624.2965.29
Hex9991BC131701Afb1841
Octal231221274232703237330101
Binary100110011001000110111100100111011101101011111011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9991BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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