#998EB1

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

Shades of Cold Purple #998EB1

Tints of Cold Purple #998EB1

Color information

#998EB1 (or 0x998EB1) is unknown color: approx Cold Purple. HEX triplet: 99, 8E and B1. RGB value is (153,142,177). Sum of RGB (Red+Green+Blue) = 153+142+177=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 177 - color contains mainly: blue. Hex color #998EB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998EB1 is #66714E. Grayscale: #959595. Windows color (decimal): -6713679 or 11636377. OLE color: 11636377.

HSL color Cylindrical-coordinate representation of color #998EB1: hue angle of 258.86º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #998EB1 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB153142177-
CMYK0.140.2000.31
HSL258.86º18.32%62.55%-
HSV(B)258.86º19.77%69.41%-
XYZ30.7529.2945.63-
YUV149.28143.64130.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.42%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 177 (69.53% from 255) = 37.5%
R=32.42%
G=30.08%
B=37.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531421770.140.2000.31258.8618.3262.55
Hex998EB1E1401F103123f
Octal23121626116240374032277
Binary10011001100011101011000111101010001111110000001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998EB1; }

 p { color: rgb(153,142,177); }

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

<style>
 a { background-color: #998EB1; }

 a { background-color: rgb(153,142,177); }

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

<style>
 span { border-color: #998EB1; }

 span { border-color: rgb(153,142,177); }

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