#9885B4

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

Shades of Cold Purple #9885B4

Tints of Cold Purple #9885B4

Color information

#9885B4 (or 0x9885B4) is unknown color: approx Cold Purple. HEX triplet: 98, 85 and B4. RGB value is (152,133,180). Sum of RGB (Red+Green+Blue) = 152+133+180=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 180 - color contains mainly: blue. Hex color #9885B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9885B4 is #677A4B. Grayscale: #8F8F8F. Windows color (decimal): -6781516 or 11830680. OLE color: 11830680.

HSL color Cylindrical-coordinate representation of color #9885B4: hue angle of 264.26º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9885B4 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB152133180-
CMYK0.160.2600.29
HSL264.26º23.86%61.37%-
HSV(B)264.26º26.11%70.59%-
XYZ29.5726.7546.78-
YUV144.04148.29133.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.69%
GREEN value IS 133 (52.34% from 255) = 28.60%
BLUE value IS 180 (70.70% from 255) = 38.71%
R=32.69%
G=28.60%
B=38.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521331800.160.2600.29264.2623.8661.37
Hex9885B4101A01D108183d
Octal23020526420320354103075
Binary100110001000010110110100100001101001110110000100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9885B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9885B4; }

 p { color: rgb(152,133,180); }

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

<style>
 a { background-color: #9885B4; }

 a { background-color: rgb(152,133,180); }

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

<style>
 span { border-color: #9885B4; }

 span { border-color: rgb(152,133,180); }

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