#998CAB

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

Shades of Cold Purple #998CAB

Tints of Cold Purple #998CAB

Color information

#998CAB (or 0x998CAB) is unknown color: approx Cold Purple. HEX triplet: 99, 8C and AB. RGB value is (153,140,171). Sum of RGB (Red+Green+Blue) = 153+140+171=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #998CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998CAB is #667354. Grayscale: #939393. Windows color (decimal): -6714197 or 11242649. OLE color: 11242649.

HSL color Cylindrical-coordinate representation of color #998CAB: hue angle of 265.16º 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 #998CAB is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153140171-
CMYK0.110.1800.33
HSL265.16º15.58%60.98%-
HSV(B)265.16º18.13%67.06%-
XYZ29.8728.4742.45-
YUV147.42141.31131.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.97%
GREEN value IS 140 (55.08% from 255) = 30.17%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=32.97%
G=30.17%
B=36.85%

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
Decimal1531401710.110.1800.33265.1615.5860.98
Hex998CABB12021109103d
Octal23121425313220414112075
Binary100110011000110010101011101110010010000110000100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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