#988CBC

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

Shades of Cold Purple #988CBC

Tints of Cold Purple #988CBC

Color information

#988CBC (or 0x988CBC) is unknown color: approx Cold Purple. HEX triplet: 98, 8C and BC. RGB value is (152,140,188). Sum of RGB (Red+Green+Blue) = 152+140+188=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #988CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CBC is #677343. Grayscale: #949494. Windows color (decimal): -6779716 or 12356760. OLE color: 12356760.

HSL color Cylindrical-coordinate representation of color #988CBC: hue angle of 255º 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 #988CBC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152140188-
CMYK0.190.2600.26
HSL255º26.37%64.31%-
HSV(B)255º25.53%73.73%-
XYZ31.429.0651.53-
YUV149.06149.98130.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.67%
GREEN value IS 140 (55.08% from 255) = 29.17%
BLUE value IS 188 (73.83% from 255) = 39.17%
R=31.67%
G=29.17%
B=39.17%

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
Decimal1521401880.190.2600.2625526.3764.31
Hex988CBC131A01Aff1a40
Octal230214274233203237732100
Binary100110001000110010111100100111101001101011111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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