#9889CA

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

Shades of Cold Purple #9889CA

Tints of Cold Purple #9889CA

Color information

#9889CA (or 0x9889CA) is unknown color: approx Cold Purple. HEX triplet: 98, 89 and CA. RGB value is (152,137,202). Sum of RGB (Red+Green+Blue) = 152+137+202=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #9889CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9889CA is #677635. Grayscale: #949494. Windows color (decimal): -6780470 or 13273496. OLE color: 13273496.

HSL color Cylindrical-coordinate representation of color #9889CA: hue angle of 253.85º 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 #9889CA is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB152137202-
CMYK0.250.3200.21
HSL253.85º38.01%66.47%-
HSV(B)253.85º32.18%79.22%-
XYZ32.5628.8359.73-
YUV148.89157.97130.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=30.96%
G=27.90%
B=41.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521372020.250.3200.21253.8538.0166.47
Hex9889CA1920015fe2642
Octal230211312314002537646102
Binary10011000100010011100101011001100000010101111111101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9889CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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