#998FC2

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

Shades of Cold Purple #998FC2

Tints of Cold Purple #998FC2

Color information

#998FC2 (or 0x998FC2) is unknown color: approx Cold Purple. HEX triplet: 99, 8F and C2. RGB value is (153,143,194). Sum of RGB (Red+Green+Blue) = 153+143+194=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 194 - color contains mainly: blue. Hex color #998FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FC2 is #66703D. Grayscale: #979797. Windows color (decimal): -6713406 or 12750745. OLE color: 12750745.

HSL color Cylindrical-coordinate representation of color #998FC2: hue angle of 251.76º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #998FC2 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB153143194-
CMYK0.210.2600.24
HSL251.76º29.48%66.08%-
HSV(B)251.76º26.29%76.08%-
XYZ32.730.3155.17-
YUV151.8151.81128.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.22%
GREEN value IS 143 (56.25% from 255) = 29.18%
BLUE value IS 194 (76.17% from 255) = 39.59%
R=31.22%
G=29.18%
B=39.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531431940.210.2600.24251.7629.4866.08
Hex998FC2151A018fc1d42
Octal231217302253203037435102
Binary100110011000111111000010101011101001100011111100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,143,194); }

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

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

 a { background-color: rgb(153,143,194); }

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

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

 span { border-color: rgb(153,143,194); }

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