#998FB6

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

Shades of Cold Purple #998FB6

Tints of Cold Purple #998FB6

Color information

#998FB6 (or 0x998FB6) is unknown color: approx Cold Purple. HEX triplet: 99, 8F and B6. RGB value is (153,143,182). Sum of RGB (Red+Green+Blue) = 153+143+182=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 182 - color contains mainly: blue. Hex color #998FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FB6 is #667049. Grayscale: #969696. Windows color (decimal): -6713418 or 11964313. OLE color: 11964313.

HSL color Cylindrical-coordinate representation of color #998FB6: hue angle of 255.38º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #998FB6 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153143182-
CMYK0.160.2100.29
HSL255.38º21.08%63.73%-
HSV(B)255.38º21.43%71.37%-
XYZ31.429.7948.35-
YUV150.44145.81129.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.01%
GREEN value IS 143 (56.25% from 255) = 29.92%
BLUE value IS 182 (71.48% from 255) = 38.08%
R=32.01%
G=29.92%
B=38.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531431820.160.2100.29255.3821.0863.73
Hex998FB6101501Dff1540
Octal231217266202503537725100
Binary100110011000111110110110100001010101110111111111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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