#9991BE

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

Shades of Cold Purple #9991BE

Tints of Cold Purple #9991BE

Color information

#9991BE (or 0x9991BE) is unknown color: approx Cold Purple. HEX triplet: 99, 91 and BE. RGB value is (153,145,190). Sum of RGB (Red+Green+Blue) = 153+145+190=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #9991BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9991BE is #666E41. Grayscale: #989898. Windows color (decimal): -6712898 or 12489113. OLE color: 12489113.

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

Color convert

RGB153145190-
CMYK0.190.2400.25
HSL250.67º25.71%65.69%-
HSV(B)250.67º23.68%74.51%-
XYZ32.5630.7452.93-
YUV152.52149.15128.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.35%
GREEN value IS 145 (57.03% from 255) = 29.71%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=31.35%
G=29.71%
B=38.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531451900.190.2400.25250.6725.7165.69
Hex9991BE1318019fb1a42
Octal231221276233003137332102
Binary100110011001000110111110100111100001100111111011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9991BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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