#9887CA

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

Shades of Cold Purple #9887CA

Tints of Cold Purple #9887CA

Color information

#9887CA (or 0x9887CA) is unknown color: approx Cold Purple. HEX triplet: 98, 87 and CA. RGB value is (152,135,202). Sum of RGB (Red+Green+Blue) = 152+135+202=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #9887CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9887CA is #677835. Grayscale: #939393. Windows color (decimal): -6780982 or 13272984. OLE color: 13272984.

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

Color convert

RGB152135202-
CMYK0.250.3300.21
HSL255.22º38.73%66.08%-
HSV(B)255.22º33.17%79.22%-
XYZ32.2728.2759.63-
YUV147.72158.63131.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.08%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=31.08%
G=27.61%
B=41.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521352020.250.3300.21255.2238.7366.08
Hex9887CA1921015ff2742
Octal230207312314102537747102
Binary10011000100001111100101011001100001010101111111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9887CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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