#9A87BA

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

Shades of Cold Purple #9A87BA

Tints of Cold Purple #9A87BA

Color information

#9A87BA (or 0x9A87BA) is unknown color: approx Cold Purple. HEX triplet: 9A, 87 and BA. RGB value is (154,135,186). Sum of RGB (Red+Green+Blue) = 154+135+186=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A87BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A87BA is #657845. Grayscale: #929292. Windows color (decimal): -6649926 or 12224410. OLE color: 12224410.

HSL color Cylindrical-coordinate representation of color #9A87BA: hue angle of 262.35º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A87BA is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB154135186-
CMYK0.170.2700.27
HSL262.35º26.98%62.94%-
HSV(B)262.35º27.42%72.94%-
XYZ30.8527.7450.18-
YUV146.5150.29133.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.42%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=32.42%
G=28.42%
B=39.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541351860.170.2700.27262.3526.9862.94
Hex9A87BA111B01B1061b3f
Octal23220727221330334063377
Binary100110101000011110111010100011101101101110000011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A87BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A87BA; }

 p { color: rgb(154,135,186); }

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

<style>
 a { background-color: #9A87BA; }

 a { background-color: rgb(154,135,186); }

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

<style>
 span { border-color: #9A87BA; }

 span { border-color: rgb(154,135,186); }

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