#9A88BD

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

Shades of Cold Purple #9A88BD

Tints of Cold Purple #9A88BD

Color information

#9A88BD (or 0x9A88BD) is unknown color: approx Cold Purple. HEX triplet: 9A, 88 and BD. RGB value is (154,136,189). Sum of RGB (Red+Green+Blue) = 154+136+189=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A88BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A88BD is #657742. Grayscale: #939393. Windows color (decimal): -6649667 or 12421274. OLE color: 12421274.

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

Color convert

RGB154136189-
CMYK0.190.2800.26
HSL260.38º28.65%63.73%-
HSV(B)260.38º28.04%74.12%-
XYZ31.3228.1551.93-
YUV147.42151.46132.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.15%
GREEN value IS 136 (53.52% from 255) = 28.39%
BLUE value IS 189 (74.22% from 255) = 39.46%
R=32.15%
G=28.39%
B=39.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541361890.190.2800.26260.3828.6563.73
Hex9A88BD131C01A1041d40
Octal232210275233403240435100
Binary1001101010001000101111011001111100011010100000100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A88BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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