#998EBB

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

Shades of Cold Purple #998EBB

Tints of Cold Purple #998EBB

Color information

#998EBB (or 0x998EBB) is unknown color: approx Cold Purple. HEX triplet: 99, 8E and BB. RGB value is (153,142,187). Sum of RGB (Red+Green+Blue) = 153+142+187=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #998EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998EBB is #667144. Grayscale: #969696. Windows color (decimal): -6713669 or 12291737. OLE color: 12291737.

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

Color convert

RGB153142187-
CMYK0.180.2400.27
HSL254.67º24.86%64.51%-
HSV(B)254.67º24.06%73.33%-
XYZ31.7829.7151.07-
YUV150.42148.64129.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.74%
GREEN value IS 142 (55.86% from 255) = 29.46%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=31.74%
G=29.46%
B=38.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531421870.180.2400.27254.6724.8664.51
Hex998EBB121801Bff1941
Octal231216273223003337731101
Binary100110011000111010111011100101100001101111111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,142,187); }

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

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

 a { background-color: rgb(153,142,187); }

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

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

 span { border-color: rgb(153,142,187); }

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