#9890B4

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

Shades of Cold Purple #9890B4

Tints of Cold Purple #9890B4

Color information

#9890B4 (or 0x9890B4) is unknown color: approx Cold Purple. HEX triplet: 98, 90 and B4. RGB value is (152,144,180). Sum of RGB (Red+Green+Blue) = 152+144+180=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 180 - color contains mainly: blue. Hex color #9890B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9890B4 is #676F4B. Grayscale: #969696. Windows color (decimal): -6778700 or 11833496. OLE color: 11833496.

HSL color Cylindrical-coordinate representation of color #9890B4: hue angle of 253.33º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9890B4 is Cyan = 0.16, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB152144180-
CMYK0.160.200.29
HSL253.33º19.35%63.53%-
HSV(B)253.33º20%70.59%-
XYZ31.1629.9247.31-
YUV150.5144.65129.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.93%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 180 (70.70% from 255) = 37.82%
R=31.93%
G=30.25%
B=37.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521441800.160.200.29253.3319.3563.53
Hex9890B4101401Dfd1340
Octal230220264202403537523100
Binary100110001001000010110100100001010001110111111101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9890B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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