#9489B1

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

Shades of Cold Purple #9489B1

Tints of Cold Purple #9489B1

Color information

#9489B1 (or 0x9489B1) is unknown color: approx Cold Purple. HEX triplet: 94, 89 and B1. RGB value is (148,137,177). Sum of RGB (Red+Green+Blue) = 148+137+177=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 177 - color contains mainly: blue. Hex color #9489B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9489B1 is #6B764E. Grayscale: #909090. Windows color (decimal): -7042639 or 11635092. OLE color: 11635092.

HSL color Cylindrical-coordinate representation of color #9489B1: hue angle of 256.5º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9489B1 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148137177-
CMYK0.160.2300.31
HSL256.5º20.41%61.57%-
HSV(B)256.5º22.6%69.41%-
XYZ29.0927.3645.34-
YUV144.85146.14130.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.03%
GREEN value IS 137 (53.91% from 255) = 29.65%
BLUE value IS 177 (69.53% from 255) = 38.31%
R=32.03%
G=29.65%
B=38.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481371770.160.2300.31256.520.4161.57
Hex9489B1101701F100143e
Octal22421126120270374002476
Binary100101001000100110110001100001011101111110000000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9489B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9489B1; }

 p { color: rgb(148,137,177); }

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

<style>
 a { background-color: #9489B1; }

 a { background-color: rgb(148,137,177); }

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

<style>
 span { border-color: #9489B1; }

 span { border-color: rgb(148,137,177); }

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