Html Css Color HEX #987EC1 Cold Purple

📋 copy color: '#987EC1'

red 152 ◦ green 126 ◦ blue 193

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

Shades of Cold Purple #987EC1

Tints of Cold Purple #987EC1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.75%

 BLUE value IS 193 (75.78% from 255) = 40.98%

R = 32.27%
G = 26.75%
B = 40.98%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#987EC1 (or 0x987EC1) is known color: Cold Purple. HEX triplet: 98, 7E and C1. RGB value is (152,126,193). Sum of RGB (Red+Green+Blue) = 152+126+193=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #987EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987EC1 is #67813E. Grayscale: #8D8D8D. Windows color (decimal): -6783295 or 12680856. OLE color: 12680856.

HSL color Cylindrical-coordinate representation of color #987EC1: hue angle of 263.28º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #987EC1 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 126 193 -
CMYK 0.21 0.35 0 0.24
HSL 263.28º 0.35% 0.63% -
HSV(B) 263.28º 0.35% 0.76% -
XYZ 30.04 25.45 53.78 -
YUV 141.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 152 126 193 0.21 0.35 0 0.24 263.28 0.35 0.63
Hex 98 7E C1 15 23 0 18 107 23 3F
Octal 230 176 301 25 43 0 30 407 43 77
Binary 10011000 1111110 11000001 10101 100011 0 11000 100000111 100011 111111

Color Harmonies of #987EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987EC1

Black with #987EC1

Text Example


Text Example

White with #987EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,126,193); }

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

background-color css

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

 a { background-color: rgb(152,126,193); }

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

border-color css

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

 span { border-color: rgb(152,126,193); }

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