#998DAD

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

Shades of Cold Purple #998DAD

Tints of Cold Purple #998DAD

Color information

#998DAD (or 0x998DAD) is unknown color: approx Cold Purple. HEX triplet: 99, 8D and AD. RGB value is (153,141,173). Sum of RGB (Red+Green+Blue) = 153+141+173=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #998DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998DAD is #667252. Grayscale: #949494. Windows color (decimal): -6713939 or 11373977. OLE color: 11373977.

HSL color Cylindrical-coordinate representation of color #998DAD: hue angle of 262.5º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #998DAD is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153141173-
CMYK0.120.1800.32
HSL262.5º16.33%61.57%-
HSV(B)262.5º18.5%67.84%-
XYZ30.228.8443.51-
YUV148.24141.98131.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.76%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 173 (67.97% from 255) = 37.04%
R=32.76%
G=30.19%
B=37.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531411730.120.1800.32262.516.3361.57
Hex998DADC12020106103e
Octal23121525514220404062076
Binary100110011000110110101101110010010010000010000011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,141,173); }

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

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

 a { background-color: rgb(153,141,173); }

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

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

 span { border-color: rgb(153,141,173); }

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