#9990BC

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

Shades of Cold Purple #9990BC

Tints of Cold Purple #9990BC

Color information

#9990BC (or 0x9990BC) is unknown color: approx Cold Purple. HEX triplet: 99, 90 and BC. RGB value is (153,144,188). Sum of RGB (Red+Green+Blue) = 153+144+188=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #9990BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9990BC is #666F43. Grayscale: #979797. Windows color (decimal): -6713156 or 12357785. OLE color: 12357785.

HSL color Cylindrical-coordinate representation of color #9990BC: hue angle of 252.27º degrees, saturation: 0.25, 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 #9990BC is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153144188-
CMYK0.190.2300.26
HSL252.27º24.72%65.1%-
HSV(B)252.27º23.4%73.73%-
XYZ32.1930.3551.74-
YUV151.71148.48128.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.55%
GREEN value IS 144 (56.64% from 255) = 29.69%
BLUE value IS 188 (73.83% from 255) = 38.76%
R=31.55%
G=29.69%
B=38.76%

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
Decimal1531441880.190.2300.26252.2724.7265.1
Hex9990BC131701Afc1941
Octal231220274232703237431101
Binary100110011001000010111100100111011101101011111100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9990BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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