#9D90BC

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

Shades of Cold Purple #9D90BC

Tints of Cold Purple #9D90BC

Color information

#9D90BC (or 0x9D90BC) is unknown color: approx Cold Purple. HEX triplet: 9D, 90 and BC. RGB value is (157,144,188). Sum of RGB (Red+Green+Blue) = 157+144+188=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D90BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D90BC is #626F43. Grayscale: #989898. Windows color (decimal): -6451012 or 12357789. OLE color: 12357789.

HSL color Cylindrical-coordinate representation of color #9D90BC: hue angle of 257.73º 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 #9D90BC is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB157144188-
CMYK0.160.2300.26
HSL257.73º24.72%65.1%-
HSV(B)257.73º23.4%73.73%-
XYZ32.9530.7551.77-
YUV152.9147.81130.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.11%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=32.11%
G=29.45%
B=38.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571441880.160.2300.26257.7324.7265.1
Hex9D90BC101701A1021941
Octal235220274202703240231101
Binary1001110110010000101111001000010111011010100000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D90BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D90BC; }

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

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

<style>
 a { background-color: #9D90BC; }

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

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

<style>
 span { border-color: #9D90BC; }

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

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