#9890BF

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

Shades of Cold Purple #9890BF

Tints of Cold Purple #9890BF

Color information

#9890BF (or 0x9890BF) is unknown color: approx Cold Purple. HEX triplet: 98, 90 and BF. RGB value is (152,144,191). Sum of RGB (Red+Green+Blue) = 152+144+191=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #9890BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9890BF is #676F40. Grayscale: #979797. Windows color (decimal): -6778689 or 12554392. OLE color: 12554392.

HSL color Cylindrical-coordinate representation of color #9890BF: hue angle of 250.21º 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 #9890BF is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152144191-
CMYK0.200.2500.25
HSL250.21º26.86%65.69%-
HSV(B)250.21º24.61%74.9%-
XYZ32.3330.3853.45-
YUV151.75150.15128.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.21%
GREEN value IS 144 (56.64% from 255) = 29.57%
BLUE value IS 191 (75% from 255) = 39.22%
R=31.21%
G=29.57%
B=39.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521441910.200.2500.25250.2126.8665.69
Hex9890BF1419019fa1b42
Octal230220277243103137233102
Binary100110001001000010111111101001100101100111111010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9890BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9890BF; }

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

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

<style>
 a { background-color: #9890BF; }

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

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

<style>
 span { border-color: #9890BF; }

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

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