#998AAC

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

Shades of Cold Purple #998AAC

Tints of Cold Purple #998AAC

Color information

#998AAC (or 0x998AAC) is unknown color: approx Cold Purple. HEX triplet: 99, 8A and AC. RGB value is (153,138,172). Sum of RGB (Red+Green+Blue) = 153+138+172=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #998AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998AAC is #667553. Grayscale: #929292. Windows color (decimal): -6714708 or 11307673. OLE color: 11307673.

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

Color convert

RGB153138172-
CMYK0.110.2000.33
HSL266.47º17%60.78%-
HSV(B)266.47º19.77%67.45%-
XYZ29.6727.9342.86-
YUV146.36142.47132.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.05%
GREEN value IS 138 (54.30% from 255) = 29.81%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=33.05%
G=29.81%
B=37.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531381720.110.2000.33266.471760.78
Hex998AACB1402110a113d
Octal23121225413240414122175
Binary100110011000101010101100101110100010000110000101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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