#9886C9

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

Shades of Cold Purple #9886C9

Tints of Cold Purple #9886C9

Color information

#9886C9 (or 0x9886C9) is unknown color: approx Cold Purple. HEX triplet: 98, 86 and C9. RGB value is (152,134,201). Sum of RGB (Red+Green+Blue) = 152+134+201=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #9886C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9886C9 is #677936. Grayscale: #929292. Windows color (decimal): -6781239 or 13207192. OLE color: 13207192.

HSL color Cylindrical-coordinate representation of color #9886C9: hue angle of 256.12º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9886C9 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB152134201-
CMYK0.240.3300.21
HSL256.12º38.29%65.69%-
HSV(B)256.12º33.33%78.82%-
XYZ32.0227.9458.96-
YUV147.02158.46131.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.21%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 201 (78.91% from 255) = 41.27%
R=31.21%
G=27.52%
B=41.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521342010.240.3300.21256.1238.2965.69
Hex9886C918210151002642
Octal230206311304102540046102
Binary100110001000011011001001110001000010101011000000001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9886C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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