#9A88BF

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

Shades of Cold Purple #9A88BF

Tints of Cold Purple #9A88BF

Color information

#9A88BF (or 0x9A88BF) is unknown color: approx Cold Purple. HEX triplet: 9A, 88 and BF. RGB value is (154,136,191). Sum of RGB (Red+Green+Blue) = 154+136+191=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A88BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A88BF is #657740. Grayscale: #939393. Windows color (decimal): -6649665 or 12552346. OLE color: 12552346.

HSL color Cylindrical-coordinate representation of color #9A88BF: hue angle of 259.64º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A88BF is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154136191-
CMYK0.190.2900.25
HSL259.64º30.05%64.12%-
HSV(B)259.64º28.8%74.9%-
XYZ31.5328.2453.08-
YUV147.65152.46132.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.02%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 191 (75% from 255) = 39.71%
R=32.02%
G=28.27%
B=39.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541361910.190.2900.25259.6430.0564.12
Hex9A88BF131D0191041e40
Octal232210277233503140436100
Binary1001101010001000101111111001111101011001100000100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A88BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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