#998DB5

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

Shades of Cold Purple #998DB5

Tints of Cold Purple #998DB5

Color information

#998DB5 (or 0x998DB5) is unknown color: approx Cold Purple. HEX triplet: 99, 8D and B5. RGB value is (153,141,181). Sum of RGB (Red+Green+Blue) = 153+141+181=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 181 - color contains mainly: blue. Hex color #998DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DB5 is #66724A. Grayscale: #959595. Windows color (decimal): -6713931 or 11898265. OLE color: 11898265.

HSL color Cylindrical-coordinate representation of color #998DB5: hue angle of 258º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #998DB5 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153141181-
CMYK0.150.2200.29
HSL258º21.28%63.14%-
HSV(B)258º22.1%70.98%-
XYZ3129.1647.71-
YUV149.15145.98130.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.21%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 181 (71.09% from 255) = 38.11%
R=32.21%
G=29.68%
B=38.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531411810.150.2200.2925821.2863.14
Hex998DB5F1601D102153f
Octal23121526517260354022577
Binary10011001100011011011010111111011001110110000001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,141,181); }

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

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

 a { background-color: rgb(153,141,181); }

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

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

 span { border-color: rgb(153,141,181); }

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