#988CCC

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

Shades of Cold Purple #988CCC

Tints of Cold Purple #988CCC

Color information

#988CCC (or 0x988CCC) is unknown color: approx Cold Purple. HEX triplet: 98, 8C and CC. RGB value is (152,140,204). Sum of RGB (Red+Green+Blue) = 152+140+204=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #988CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CCC is #677333. Grayscale: #969696. Windows color (decimal): -6779700 or 13405336. OLE color: 13405336.

HSL color Cylindrical-coordinate representation of color #988CCC: hue angle of 251.25º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #988CCC is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB152140204-
CMYK0.250.3100.2
HSL251.25º38.55%67.45%-
HSV(B)251.25º31.37%80%-
XYZ33.2329.7961.13-
YUV150.88157.98128.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.65%
GREEN value IS 140 (55.08% from 255) = 28.23%
BLUE value IS 204 (80.08% from 255) = 41.13%
R=30.65%
G=28.23%
B=41.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1521402040.250.3100.2251.2538.5567.45
Hex988CCC191F014fb2743
Octal230214314313702437347103
Binary1001100010001100110011001100111111010100111110111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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