#988ACB

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

Shades of Cold Purple #988ACB

Tints of Cold Purple #988ACB

Color information

#988ACB (or 0x988ACB) is unknown color: approx Cold Purple. HEX triplet: 98, 8A and CB. RGB value is (152,138,203). Sum of RGB (Red+Green+Blue) = 152+138+203=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #988ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ACB is #677534. Grayscale: #959595. Windows color (decimal): -6780213 or 13339288. OLE color: 13339288.

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

Color convert

RGB152138203-
CMYK0.250.3200.20
HSL252.92º38.46%66.86%-
HSV(B)252.92º32.02%79.61%-
XYZ32.8229.1660.4-
YUV149.6158.14129.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.83%
GREEN value IS 138 (54.30% from 255) = 27.99%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=30.83%
G=27.99%
B=41.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521382030.250.3200.20252.9238.4666.86
Hex988ACB1920014fd2643
Octal230212313314002437546103
Binary10011000100010101100101111001100000010100111111011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,138,203); }

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

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

 a { background-color: rgb(152,138,203); }

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

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

 span { border-color: rgb(152,138,203); }

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