Html Css Color HEX #987FBF Cold Purple

📋 copy color: '#987FBF'

red 152 ◦ green 127 ◦ blue 191

#987FBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #987FBF

Tints of Cold Purple #987FBF

RGB

 RED value IS 152 (59.77% from 255) = 32.34%

 GREEN value IS 127 (50% from 255) = 27.02%

 BLUE value IS 191 (75% from 255) = 40.64%

R = 32.34%
G = 27.02%
B = 40.64%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#987FBF (or 0x987FBF) is known color: Cold Purple. HEX triplet: 98, 7F and BF. RGB value is (152,127,191). Sum of RGB (Red+Green+Blue) = 152+127+191=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #987FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FBF is #678040. Grayscale: #8D8D8D. Windows color (decimal): -6783041 or 12550040. OLE color: 12550040.

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

Color convert

RGB 152 127 191 -
CMYK 0.20 0.34 0 0.25
HSL 263.44º 0.33% 0.62% -
HSV(B) 263.44º 0.34% 0.75% -
XYZ 29.94 25.62 52.66 -
YUV 141.77 155.78 135.3 -
System Red Green Blue C M Y K H S L
Decimal 152 127 191 0.20 0.34 0 0.25 263.44 0.33 0.62
Hex 98 7F BF 14 22 0 19 107 21 3E
Octal 230 177 277 24 42 0 31 407 41 76
Binary 10011000 1111111 10111111 10100 100010 0 11001 100000111 100001 111110

Color Harmonies of #987FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987FBF

Black with #987FBF

Text Example


Text Example

White with #987FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #987FBF;
 }
 .AnyTagClassName
 {
   color: #987FBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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