#998DC6

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

Shades of Cold Purple #998DC6

Tints of Cold Purple #998DC6

Color information

#998DC6 (or 0x998DC6) is unknown color: approx Cold Purple. HEX triplet: 99, 8D and C6. RGB value is (153,141,198). Sum of RGB (Red+Green+Blue) = 153+141+198=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #998DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DC6 is #667239. Grayscale: #969696. Windows color (decimal): -6713914 or 13012377. OLE color: 13012377.

HSL color Cylindrical-coordinate representation of color #998DC6: hue angle of 252.63º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #998DC6 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB153141198-
CMYK0.230.2900.22
HSL252.63º33.33%66.47%-
HSV(B)252.63º28.79%77.65%-
XYZ32.8529.957.47-
YUV151.09154.48129.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 141 (55.47% from 255) = 28.66%
BLUE value IS 198 (77.73% from 255) = 40.24%
R=31.10%
G=28.66%
B=40.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1531411980.230.2900.22252.6333.3366.47
Hex998DC6171D016fd2142
Octal231215306273502637541102
Binary1001100110001101110001101011111101010110111111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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