#9886CA

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

Shades of Cold Purple #9886CA

Tints of Cold Purple #9886CA

Color information

#9886CA (or 0x9886CA) is unknown color: approx Cold Purple. HEX triplet: 98, 86 and CA. RGB value is (152,134,202). Sum of RGB (Red+Green+Blue) = 152+134+202=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #9886CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9886CA is #677935. Grayscale: #929292. Windows color (decimal): -6781238 or 13272728. OLE color: 13272728.

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

Color convert

RGB152134202-
CMYK0.250.3400.21
HSL255.88º39.08%65.88%-
HSV(B)255.88º33.66%79.22%-
XYZ32.1327.9959.59-
YUV147.13158.96131.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.15%
GREEN value IS 134 (52.73% from 255) = 27.46%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=31.15%
G=27.46%
B=41.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521342020.250.3400.21255.8839.0865.88
Hex9886CA19220151002742
Octal230206312314202540047102
Binary100110001000011011001010110011000100101011000000001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9886CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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