#987FCA

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

Shades of Cold Purple #987FCA

Tints of Cold Purple #987FCA

Color information

#987FCA (or 0x987FCA) is unknown color: approx Cold Purple. HEX triplet: 98, 7F and CA. RGB value is (152,127,202). Sum of RGB (Red+Green+Blue) = 152+127+202=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #987FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FCA is #678035. Grayscale: #8E8E8E. Windows color (decimal): -6783030 or 13270936. OLE color: 13270936.

HSL color Cylindrical-coordinate representation of color #987FCA: hue angle of 260º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #987FCA is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB152127202-
CMYK0.250.3700.21
HSL260º41.44%64.51%-
HSV(B)260º37.13%79.22%-
XYZ31.226.1259.27-
YUV143.02161.28134.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 127 (50% from 255) = 26.40%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=31.60%
G=26.40%
B=42.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521272020.250.3700.2126041.4464.51
Hex987FCA19250151042941
Octal230177312314502540451101
Binary10011000111111111001010110011001010101011000001001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987FCA; }

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

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

<style>
 a { background-color: #987FCA; }

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

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

<style>
 span { border-color: #987FCA; }

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

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