#988CBE

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

Shades of Cold Purple #988CBE

Tints of Cold Purple #988CBE

Color information

#988CBE (or 0x988CBE) is unknown color: approx Cold Purple. HEX triplet: 98, 8C and BE. RGB value is (152,140,190). Sum of RGB (Red+Green+Blue) = 152+140+190=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #988CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CBE is #677341. Grayscale: #959595. Windows color (decimal): -6779714 or 12487832. OLE color: 12487832.

HSL color Cylindrical-coordinate representation of color #988CBE: hue angle of 254.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #988CBE is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152140190-
CMYK0.20.2600.25
HSL254.4º27.78%64.71%-
HSV(B)254.4º26.32%74.51%-
XYZ31.6229.1552.67-
YUV149.29150.98129.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.54%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=31.54%
G=29.05%
B=39.42%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521401900.20.2600.25254.427.7864.71
Hex988CBE141A019fe1c41
Octal230214276243203137634101
Binary100110001000110010111110101001101001100111111110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988CBE; }

 p { color: rgb(152,140,190); }

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

<style>
 a { background-color: #988CBE; }

 a { background-color: rgb(152,140,190); }

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

<style>
 span { border-color: #988CBE; }

 span { border-color: rgb(152,140,190); }

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