#9886BC

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

Shades of Cold Purple #9886BC

Tints of Cold Purple #9886BC

Color information

#9886BC (or 0x9886BC) is unknown color: approx Cold Purple. HEX triplet: 98, 86 and BC. RGB value is (152,134,188). Sum of RGB (Red+Green+Blue) = 152+134+188=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #9886BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9886BC is #677943. Grayscale: #919191. Windows color (decimal): -6781252 or 12355224. OLE color: 12355224.

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

Color convert

RGB152134188-
CMYK0.190.2900.26
HSL260º28.72%63.14%-
HSV(B)260º28.72%73.73%-
XYZ30.5527.3651.25-
YUV145.54151.96132.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.07%
GREEN value IS 134 (52.73% from 255) = 28.27%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=32.07%
G=28.27%
B=39.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521341880.190.2900.2626028.7263.14
Hex9886BC131D01A1041d3f
Octal23020627423350324043577
Binary100110001000011010111100100111110101101010000010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9886BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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