#998DAC

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

Shades of Cold Purple #998DAC

Tints of Cold Purple #998DAC

Color information

#998DAC (or 0x998DAC) is unknown color: approx Cold Purple. HEX triplet: 99, 8D and AC. RGB value is (153,141,172). Sum of RGB (Red+Green+Blue) = 153+141+172=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #998DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998DAC is #667253. Grayscale: #949494. Windows color (decimal): -6713940 or 11308441. OLE color: 11308441.

HSL color Cylindrical-coordinate representation of color #998DAC: hue angle of 263.23º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #998DAC is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153141172-
CMYK0.110.1800.33
HSL263.23º15.74%61.37%-
HSV(B)263.23º18.02%67.45%-
XYZ30.1128.843-
YUV148.12141.48131.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.83%
GREEN value IS 141 (55.47% from 255) = 30.26%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=32.83%
G=30.26%
B=36.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531411720.110.1800.33263.2315.7461.37
Hex998DACB12021107103d
Octal23121525413220414072075
Binary100110011000110110101100101110010010000110000011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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