#998DCA

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

Shades of Cold Purple #998DCA

Tints of Cold Purple #998DCA

Color information

#998DCA (or 0x998DCA) is unknown color: approx Cold Purple. HEX triplet: 99, 8D and CA. RGB value is (153,141,202). Sum of RGB (Red+Green+Blue) = 153+141+202=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #998DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DCA is #667235. Grayscale: #979797. Windows color (decimal): -6713910 or 13274521. OLE color: 13274521.

HSL color Cylindrical-coordinate representation of color #998DCA: hue angle of 251.8º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #998DCA is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB153141202-
CMYK0.240.3000.21
HSL251.8º36.53%67.25%-
HSV(B)251.8º30.2%79.22%-
XYZ33.3230.0959.93-
YUV151.54156.48129.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.85%
GREEN value IS 141 (55.47% from 255) = 28.43%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=30.85%
G=28.43%
B=40.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531412020.240.3000.21251.836.5367.25
Hex998DCA181E015fc2543
Octal231215312303602537445103
Binary1001100110001101110010101100011110010101111111001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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