#987FBE

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

Shades of Cold Purple #987FBE

Tints of Cold Purple #987FBE

Color information

#987FBE (or 0x987FBE) is unknown color: approx Cold Purple. HEX triplet: 98, 7F and BE. RGB value is (152,127,190). Sum of RGB (Red+Green+Blue) = 152+127+190=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #987FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FBE is #678041. Grayscale: #8D8D8D. Windows color (decimal): -6783042 or 12484504. OLE color: 12484504.

HSL color Cylindrical-coordinate representation of color #987FBE: hue angle of 263.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #987FBE is Cyan = 0.2, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152127190-
CMYK0.20.3300.25
HSL263.81º32.64%62.16%-
HSV(B)263.81º33.16%74.51%-
XYZ29.8325.5752.08-
YUV141.66155.28135.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.41%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=32.41%
G=27.08%
B=40.51%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521271900.20.3300.25263.8132.6462.16
Hex987FBE1421019108213e
Octal23017727624410314104176
Binary1001100011111111011111010100100001011001100001000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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