#998CBA

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

Shades of Cold Purple #998CBA

Tints of Cold Purple #998CBA

Color information

#998CBA (or 0x998CBA) is unknown color: approx Cold Purple. HEX triplet: 99, 8C and BA. RGB value is (153,140,186). Sum of RGB (Red+Green+Blue) = 153+140+186=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #998CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998CBA is #667345. Grayscale: #949494. Windows color (decimal): -6714182 or 12225689. OLE color: 12225689.

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

Color convert

RGB153140186-
CMYK0.180.2500.27
HSL256.96º25%63.92%-
HSV(B)256.96º24.73%72.94%-
XYZ31.3829.0750.41-
YUV149.13148.81130.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.94%
GREEN value IS 140 (55.08% from 255) = 29.23%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=31.94%
G=29.23%
B=38.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531401860.180.2500.27256.962563.92
Hex998CBA121901B1011940
Octal231214272223103340131100
Binary1001100110001100101110101001011001011011100000001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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