#998FAA

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

Shades of Cold Purple #998FAA

Tints of Cold Purple #998FAA

Color information

#998FAA (or 0x998FAA) is unknown color: approx Cold Purple. HEX triplet: 99, 8F and AA. RGB value is (153,143,170). Sum of RGB (Red+Green+Blue) = 153+143+170=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #998FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998FAA is #667055. Grayscale: #949494. Windows color (decimal): -6713430 or 11177881. OLE color: 11177881.

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

Color convert

RGB153143170-
CMYK0.10.1600.33
HSL262.22º13.71%61.37%-
HSV(B)262.22º15.88%66.67%-
XYZ30.2229.3242.1-
YUV149.07139.81130.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.83%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=32.83%
G=30.69%
B=36.48%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531431700.10.1600.33262.2213.7161.37
Hex998FAAA10021106e3d
Octal23121725212200414061675
Binary10011001100011111010101010101000001000011000001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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