#998CBC

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

Shades of Cold Purple #998CBC

Tints of Cold Purple #998CBC

Color information

#998CBC (or 0x998CBC) is unknown color: approx Cold Purple. HEX triplet: 99, 8C and BC. RGB value is (153,140,188). Sum of RGB (Red+Green+Blue) = 153+140+188=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #998CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998CBC is #667343. Grayscale: #959595. Windows color (decimal): -6714180 or 12356761. OLE color: 12356761.

HSL color Cylindrical-coordinate representation of color #998CBC: hue angle of 256.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #998CBC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153140188-
CMYK0.190.2600.26
HSL256.25º26.37%64.31%-
HSV(B)256.25º25.53%73.73%-
XYZ31.5929.1651.54-
YUV149.36149.81130.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.81%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=31.81%
G=29.11%
B=39.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531401880.190.2600.26256.2526.3764.31
Hex998CBC131A01A1001a40
Octal231214274233203240032100
Binary1001100110001100101111001001111010011010100000000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,140,188); }

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

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

 a { background-color: rgb(153,140,188); }

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

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

 span { border-color: rgb(153,140,188); }

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