#9889BE

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

Shades of Cold Purple #9889BE

Tints of Cold Purple #9889BE

Color information

#9889BE (or 0x9889BE) is unknown color: approx Cold Purple. HEX triplet: 98, 89 and BE. RGB value is (152,137,190). Sum of RGB (Red+Green+Blue) = 152+137+190=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #9889BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9889BE is #677641. Grayscale: #939393. Windows color (decimal): -6780482 or 12487064. OLE color: 12487064.

HSL color Cylindrical-coordinate representation of color #9889BE: hue angle of 256.98º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9889BE is Cyan = 0.2, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152137190-
CMYK0.20.2800.25
HSL256.98º28.96%64.12%-
HSV(B)256.98º27.89%74.51%-
XYZ31.1928.2852.53-
YUV147.53151.97131.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.73%
GREEN value IS 137 (53.91% from 255) = 28.60%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=31.73%
G=28.60%
B=39.67%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521371900.20.2800.25256.9828.9664.12
Hex9889BE141C0191011d40
Octal230211276243403140135100
Binary1001100010001001101111101010011100011001100000001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9889BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9889BE; }

 p { color: rgb(152,137,190); }

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

<style>
 a { background-color: #9889BE; }

 a { background-color: rgb(152,137,190); }

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

<style>
 span { border-color: #9889BE; }

 span { border-color: rgb(152,137,190); }

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