#9884BD

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

Shades of Cold Purple #9884BD

Tints of Cold Purple #9884BD

Color information

#9884BD (or 0x9884BD) is unknown color: approx Cold Purple. HEX triplet: 98, 84 and BD. RGB value is (152,132,189). Sum of RGB (Red+Green+Blue) = 152+132+189=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #9884BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9884BD is #677B42. Grayscale: #909090. Windows color (decimal): -6781763 or 12420248. OLE color: 12420248.

HSL color Cylindrical-coordinate representation of color #9884BD: hue angle of 261.05º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9884BD is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152132189-
CMYK0.200.3000.26
HSL261.05º30.16%62.94%-
HSV(B)261.05º30.16%74.12%-
XYZ30.3926.8551.73-
YUV144.48153.13133.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.14%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=32.14%
G=27.91%
B=39.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521321890.200.3000.26261.0530.1662.94
Hex9884BD141E01A1051e3f
Octal23020427524360324053677
Binary100110001000010010111101101001111001101010000010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9884BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,132,189); }

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

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

 a { background-color: rgb(152,132,189); }

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

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

 span { border-color: rgb(152,132,189); }

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