#998BAB

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

Shades of Cold Purple #998BAB

Tints of Cold Purple #998BAB

Color information

#998BAB (or 0x998BAB) is unknown color: approx Cold Purple. HEX triplet: 99, 8B and AB. RGB value is (153,139,171). Sum of RGB (Red+Green+Blue) = 153+139+171=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #998BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998BAB is #667454. Grayscale: #929292. Windows color (decimal): -6714453 or 11242393. OLE color: 11242393.

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

Color convert

RGB153139171-
CMYK0.110.1900.33
HSL266.25º16%60.78%-
HSV(B)266.25º18.71%67.06%-
XYZ29.7228.1842.4-
YUV146.83141.64132.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.05%
GREEN value IS 139 (54.69% from 255) = 30.02%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=33.05%
G=30.02%
B=36.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531391710.110.1900.33266.251660.78
Hex998BABB1302110a103d
Octal23121325313230414122075
Binary100110011000101110101011101110011010000110000101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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