#9884BC

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

Shades of Cold Purple #9884BC

Tints of Cold Purple #9884BC

Color information

#9884BC (or 0x9884BC) is unknown color: approx Cold Purple. HEX triplet: 98, 84 and BC. RGB value is (152,132,188). Sum of RGB (Red+Green+Blue) = 152+132+188=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #9884BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9884BC is #677B43. Grayscale: #909090. Windows color (decimal): -6781764 or 12354712. OLE color: 12354712.

HSL color Cylindrical-coordinate representation of color #9884BC: hue angle of 261.43º degrees, saturation: 0.29, 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 #9884BC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152132188-
CMYK0.190.3000.26
HSL261.43º29.47%62.75%-
HSV(B)261.43º29.79%73.73%-
XYZ30.2826.8151.16-
YUV144.36152.63133.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.20%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=32.20%
G=27.97%
B=39.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521321880.190.3000.26261.4329.4762.75
Hex9884BC131E01A1051d3f
Octal23020427423360324053577
Binary100110001000010010111100100111111001101010000010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9884BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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