#9489CA

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

Shades of Cold Purple #9489CA

Tints of Cold Purple #9489CA

Color information

#9489CA (or 0x9489CA) is unknown color: approx Cold Purple. HEX triplet: 94, 89 and CA. RGB value is (148,137,202). Sum of RGB (Red+Green+Blue) = 148+137+202=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #9489CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9489CA is #6B7635. Grayscale: #939393. Windows color (decimal): -7042614 or 13273492. OLE color: 13273492.

HSL color Cylindrical-coordinate representation of color #9489CA: hue angle of 250.15º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9489CA is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148137202-
CMYK0.270.3200.21
HSL250.15º38.01%66.47%-
HSV(B)250.15º32.18%79.22%-
XYZ31.8228.4559.69-
YUV147.7158.64128.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.39%
GREEN value IS 137 (53.91% from 255) = 28.13%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=30.39%
G=28.13%
B=41.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481372020.270.3200.21250.1538.0166.47
Hex9489CA1B20015fa2642
Octal224211312334002537246102
Binary10010100100010011100101011011100000010101111110101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9489CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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