#998EBA

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

Shades of Cold Purple #998EBA

Tints of Cold Purple #998EBA

Color information

#998EBA (or 0x998EBA) is unknown color: approx Cold Purple. HEX triplet: 99, 8E and BA. RGB value is (153,142,186). Sum of RGB (Red+Green+Blue) = 153+142+186=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #998EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998EBA is #667145. Grayscale: #969696. Windows color (decimal): -6713670 or 12226201. OLE color: 12226201.

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

Color convert

RGB153142186-
CMYK0.180.2400.27
HSL255º24.18%64.31%-
HSV(B)255º23.66%72.94%-
XYZ31.6729.6650.51-
YUV150.3148.14129.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.81%
GREEN value IS 142 (55.86% from 255) = 29.52%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=31.81%
G=29.52%
B=38.67%

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
Decimal1531421860.180.2400.2725524.1864.31
Hex998EBA121801Bff1840
Octal231216272223003337730100
Binary100110011000111010111010100101100001101111111111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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