#9988BD

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

Shades of Cold Purple #9988BD

Tints of Cold Purple #9988BD

Color information

#9988BD (or 0x9988BD) is unknown color: approx Cold Purple. HEX triplet: 99, 88 and BD. RGB value is (153,136,189). Sum of RGB (Red+Green+Blue) = 153+136+189=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #9988BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9988BD is #667742. Grayscale: #929292. Windows color (decimal): -6715203 or 12421273. OLE color: 12421273.

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

Color convert

RGB153136189-
CMYK0.190.2800.26
HSL259.25º28.65%63.73%-
HSV(B)259.25º28.04%74.12%-
XYZ31.1328.0551.92-
YUV147.12151.63132.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.01%
GREEN value IS 136 (53.52% from 255) = 28.45%
BLUE value IS 189 (74.22% from 255) = 39.54%
R=32.01%
G=28.45%
B=39.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531361890.190.2800.26259.2528.6563.73
Hex9988BD131C01A1031d40
Octal231210275233403240335100
Binary1001100110001000101111011001111100011010100000011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9988BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9988BD; }

 p { color: rgb(153,136,189); }

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

<style>
 a { background-color: #9988BD; }

 a { background-color: rgb(153,136,189); }

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

<style>
 span { border-color: #9988BD; }

 span { border-color: rgb(153,136,189); }

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