#998FC5

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

Shades of Cold Purple #998FC5

Tints of Cold Purple #998FC5

Color information

#998FC5 (or 0x998FC5) is unknown color: approx Cold Purple. HEX triplet: 99, 8F and C5. RGB value is (153,143,197). Sum of RGB (Red+Green+Blue) = 153+143+197=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 197 - color contains mainly: blue. Hex color #998FC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FC5 is #66703A. Grayscale: #979797. Windows color (decimal): -6713403 or 12947353. OLE color: 12947353.

HSL color Cylindrical-coordinate representation of color #998FC5: hue angle of 251.11º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #998FC5 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB153143197-
CMYK0.220.2700.23
HSL251.11º31.76%66.67%-
HSV(B)251.11º27.41%77.25%-
XYZ33.0430.4556.96-
YUV152.15153.31128.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.03%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 197 (77.34% from 255) = 39.96%
R=31.03%
G=29.01%
B=39.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1531431970.220.2700.23251.1131.7666.67
Hex998FC5161B017fb2043
Octal231217305263302737340103
Binary1001100110001111110001011011011011010111111110111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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