#998BAA

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

Shades of Cold Purple #998BAA

Tints of Cold Purple #998BAA

Color information

#998BAA (or 0x998BAA) is unknown color: approx Cold Purple. HEX triplet: 99, 8B and AA. RGB value is (153,139,170). Sum of RGB (Red+Green+Blue) = 153+139+170=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #998BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998BAA is #667455. Grayscale: #929292. Windows color (decimal): -6714454 or 11176857. OLE color: 11176857.

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

Color convert

RGB153139170-
CMYK0.10.1800.33
HSL267.1º15.42%60.59%-
HSV(B)267.1º18.24%66.67%-
XYZ29.6328.1441.9-
YUV146.72141.14132.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.12%
GREEN value IS 139 (54.69% from 255) = 30.09%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=33.12%
G=30.09%
B=36.80%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531391700.10.1800.33267.115.4260.59
Hex998BAAA1202110bf3d
Octal23121325212220414131775
Binary10011001100010111010101010101001001000011000010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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