#998FAC

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

Shades of Cold Purple #998FAC

Tints of Cold Purple #998FAC

Color information

#998FAC (or 0x998FAC) is unknown color: approx Cold Purple. HEX triplet: 99, 8F and AC. RGB value is (153,143,172). Sum of RGB (Red+Green+Blue) = 153+143+172=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #998FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998FAC is #667053. Grayscale: #959595. Windows color (decimal): -6713428 or 11308953. OLE color: 11308953.

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

Color convert

RGB153143172-
CMYK0.110.1700.33
HSL260.69º14.87%61.76%-
HSV(B)260.69º16.86%67.45%-
XYZ30.4129.443.1-
YUV149.3140.81130.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 143 (56.25% from 255) = 30.56%
BLUE value IS 172 (67.58% from 255) = 36.75%
R=32.69%
G=30.56%
B=36.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531431720.110.1700.33260.6914.8761.76
Hex998FACB11021105f3e
Octal23121725413210414051776
Binary10011001100011111010110010111000101000011000001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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