#998BBF

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

Shades of Cold Purple #998BBF

Tints of Cold Purple #998BBF

Color information

#998BBF (or 0x998BBF) is unknown color: approx Cold Purple. HEX triplet: 99, 8B and BF. RGB value is (153,139,191). Sum of RGB (Red+Green+Blue) = 153+139+191=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #998BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BBF is #667440. Grayscale: #949494. Windows color (decimal): -6714433 or 12553113. OLE color: 12553113.

HSL color Cylindrical-coordinate representation of color #998BBF: hue angle of 256.15º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #998BBF is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153139191-
CMYK0.200.2700.25
HSL256.15º28.89%64.71%-
HSV(B)256.15º27.23%74.9%-
XYZ31.772953.21-
YUV149.11151.64130.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.68%
GREEN value IS 139 (54.69% from 255) = 28.78%
BLUE value IS 191 (75% from 255) = 39.54%
R=31.68%
G=28.78%
B=39.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531391910.200.2700.25256.1528.8964.71
Hex998BBF141B0191001d41
Octal231213277243303140035101
Binary1001100110001011101111111010011011011001100000000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,139,191); }

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

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

 a { background-color: rgb(153,139,191); }

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

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

 span { border-color: rgb(153,139,191); }

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