#998DAF

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

Shades of Cold Purple #998DAF

Tints of Cold Purple #998DAF

Color information

#998DAF (or 0x998DAF) is unknown color: approx Cold Purple. HEX triplet: 99, 8D and AF. RGB value is (153,141,175). Sum of RGB (Red+Green+Blue) = 153+141+175=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #998DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998DAF is #667250. Grayscale: #949494. Windows color (decimal): -6713937 or 11505049. OLE color: 11505049.

HSL color Cylindrical-coordinate representation of color #998DAF: hue angle of 261.18º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #998DAF is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB153141175-
CMYK0.130.1900.31
HSL261.18º17.53%61.96%-
HSV(B)261.18º19.43%68.63%-
XYZ30.428.9244.54-
YUV148.46142.98131.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 141 (55.47% from 255) = 30.06%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=32.62%
G=30.06%
B=37.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531411750.130.1900.31261.1817.5361.96
Hex998DAFD1301F105123e
Octal23121525715230374052276
Binary10011001100011011010111111011001101111110000010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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