#9A90BF

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

Shades of Cold Purple #9A90BF

Tints of Cold Purple #9A90BF

Color information

#9A90BF (or 0x9A90BF) is unknown color: approx Cold Purple. HEX triplet: 9A, 90 and BF. RGB value is (154,144,191). Sum of RGB (Red+Green+Blue) = 154+144+191=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A90BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A90BF is #656F40. Grayscale: #989898. Windows color (decimal): -6647617 or 12554394. OLE color: 12554394.

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

Color convert

RGB154144191-
CMYK0.190.2500.25
HSL252.77º26.86%65.69%-
HSV(B)252.77º24.61%74.9%-
XYZ32.730.5853.47-
YUV152.35149.81129.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.49%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 191 (75% from 255) = 39.06%
R=31.49%
G=29.45%
B=39.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541441910.190.2500.25252.7726.8665.69
Hex9A90BF1319019fd1b42
Octal232220277233103137533102
Binary100110101001000010111111100111100101100111111101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,144,191); }

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

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

 a { background-color: rgb(154,144,191); }

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

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

 span { border-color: rgb(154,144,191); }

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