#987FC4

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

Shades of Cold Purple #987FC4

Tints of Cold Purple #987FC4

Color information

#987FC4 (or 0x987FC4) is unknown color: approx Cold Purple. HEX triplet: 98, 7F and C4. RGB value is (152,127,196). Sum of RGB (Red+Green+Blue) = 152+127+196=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #987FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FC4 is #67803B. Grayscale: #8E8E8E. Windows color (decimal): -6783036 or 12877720. OLE color: 12877720.

HSL color Cylindrical-coordinate representation of color #987FC4: hue angle of 261.74º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #987FC4 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB152127196-
CMYK0.220.3500.23
HSL261.74º36.9%63.33%-
HSV(B)261.74º35.2%76.86%-
XYZ30.525.8455.6-
YUV142.34158.28134.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 196 (76.95% from 255) = 41.26%
R=32%
G=26.74%
B=41.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521271960.220.3500.23261.7436.963.33
Hex987FC41623017106253f
Octal23017730426430274064577
Binary1001100011111111100010010110100011010111100000110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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