#988FC0

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

Shades of Cold Purple #988FC0

Tints of Cold Purple #988FC0

Color information

#988FC0 (or 0x988FC0) is unknown color: approx Cold Purple. HEX triplet: 98, 8F and C0. RGB value is (152,143,192). Sum of RGB (Red+Green+Blue) = 152+143+192=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 192 - color contains mainly: blue. Hex color #988FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FC0 is #67703F. Grayscale: #979797. Windows color (decimal): -6778944 or 12619672. OLE color: 12619672.

HSL color Cylindrical-coordinate representation of color #988FC0: hue angle of 251.02º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #988FC0 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152143192-
CMYK0.210.2600.25
HSL251.02º28%65.69%-
HSV(B)251.02º25.52%75.29%-
XYZ32.2930.1353.98-
YUV151.28150.98128.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.21%
GREEN value IS 143 (56.25% from 255) = 29.36%
BLUE value IS 192 (75.39% from 255) = 39.43%
R=31.21%
G=29.36%
B=39.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521431920.210.2600.25251.022865.69
Hex988FC0151A019fb1c42
Octal230217300253203137334102
Binary100110001000111111000000101011101001100111111011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988FC0; }

 p { color: rgb(152,143,192); }

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

<style>
 a { background-color: #988FC0; }

 a { background-color: rgb(152,143,192); }

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

<style>
 span { border-color: #988FC0; }

 span { border-color: rgb(152,143,192); }

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