#998FA7

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

Shades of Cold Purple #998FA7

Tints of Cold Purple #998FA7

Color information

#998FA7 (or 0x998FA7) is unknown color: approx Cold Purple. HEX triplet: 99, 8F and A7. RGB value is (153,143,167). Sum of RGB (Red+Green+Blue) = 153+143+167=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 167 - color contains mainly: blue. Hex color #998FA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998FA7 is #667058. Grayscale: #949494. Windows color (decimal): -6713433 or 10981273. OLE color: 10981273.

HSL color Cylindrical-coordinate representation of color #998FA7: hue angle of 265º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998FA7 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB153143167-
CMYK0.080.1400.35
HSL265º12%60.78%-
HSV(B)265º14.37%65.49%-
XYZ29.9329.2140.62-
YUV148.73138.31131.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.05%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 167 (65.62% from 255) = 36.07%
R=33.05%
G=30.89%
B=36.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531431670.080.1400.352651260.78
Hex998FA78E023109c3d
Octal23121724710160434111475
Binary1001100110001111101001111000111001000111000010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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