#9889BA

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

Shades of Cold Purple #9889BA

Tints of Cold Purple #9889BA

Color information

#9889BA (or 0x9889BA) is unknown color: approx Cold Purple. HEX triplet: 98, 89 and BA. RGB value is (152,137,186). Sum of RGB (Red+Green+Blue) = 152+137+186=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #9889BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9889BA is #677645. Grayscale: #929292. Windows color (decimal): -6780486 or 12224920. OLE color: 12224920.

HSL color Cylindrical-coordinate representation of color #9889BA: hue angle of 258.37º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9889BA is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152137186-
CMYK0.180.2600.27
HSL258.37º26.2%63.33%-
HSV(B)258.37º26.34%72.94%-
XYZ30.7628.1150.26-
YUV147.07149.97131.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=32%
G=28.84%
B=39.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521371860.180.2600.27258.3726.263.33
Hex9889BA121A01B1021a3f
Octal23021127222320334023277
Binary100110001000100110111010100101101001101110000001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9889BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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