#9A88BA

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

Shades of Cold Purple #9A88BA

Tints of Cold Purple #9A88BA

Color information

#9A88BA (or 0x9A88BA) is unknown color: approx Cold Purple. HEX triplet: 9A, 88 and BA. RGB value is (154,136,186). Sum of RGB (Red+Green+Blue) = 154+136+186=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A88BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A88BA is #657745. Grayscale: #929292. Windows color (decimal): -6649670 or 12224666. OLE color: 12224666.

HSL color Cylindrical-coordinate representation of color #9A88BA: hue angle of 261.6º 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 #9A88BA is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB154136186-
CMYK0.170.2700.27
HSL261.6º26.6%63.14%-
HSV(B)261.6º26.88%72.94%-
XYZ30.9928.0250.23-
YUV147.08149.96132.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.35%
GREEN value IS 136 (53.52% from 255) = 28.57%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=32.35%
G=28.57%
B=39.08%

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
Decimal1541361860.170.2700.27261.626.663.14
Hex9A88BA111B01B1061b3f
Octal23221027221330334063377
Binary100110101000100010111010100011101101101110000011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A88BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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