#998BBE

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

Shades of Cold Purple #998BBE

Tints of Cold Purple #998BBE

Color information

#998BBE (or 0x998BBE) is unknown color: approx Cold Purple. HEX triplet: 99, 8B and BE. RGB value is (153,139,190). Sum of RGB (Red+Green+Blue) = 153+139+190=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #998BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BBE is #667441. Grayscale: #949494. Windows color (decimal): -6714434 or 12487577. OLE color: 12487577.

HSL color Cylindrical-coordinate representation of color #998BBE: hue angle of 256.47º degrees, saturation: 0.28, 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 #998BBE is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153139190-
CMYK0.190.2700.25
HSL256.47º28.18%64.51%-
HSV(B)256.47º26.84%74.51%-
XYZ31.6628.9652.64-
YUV149151.14130.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.74%
GREEN value IS 139 (54.69% from 255) = 28.84%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=31.74%
G=28.84%
B=39.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531391900.190.2700.25256.4728.1864.51
Hex998BBE131B0191001c41
Octal231213276233303140034101
Binary1001100110001011101111101001111011011001100000000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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