#998CAD

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

Shades of Cold Purple #998CAD

Tints of Cold Purple #998CAD

Color information

#998CAD (or 0x998CAD) is unknown color: approx Cold Purple. HEX triplet: 99, 8C and AD. RGB value is (153,140,173). Sum of RGB (Red+Green+Blue) = 153+140+173=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #998CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998CAD is #667352. Grayscale: #939393. Windows color (decimal): -6714195 or 11373721. OLE color: 11373721.

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

Color convert

RGB153140173-
CMYK0.120.1900.32
HSL263.64º16.75%61.37%-
HSV(B)263.64º19.08%67.84%-
XYZ30.0628.5543.46-
YUV147.65142.31131.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.83%
GREEN value IS 140 (55.08% from 255) = 30.04%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=32.83%
G=30.04%
B=37.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531401730.120.1900.32263.6416.7561.37
Hex998CADC13020108113d
Octal23121425514230404102175
Binary100110011000110010101101110010011010000010000100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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