#9A88BE

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

Shades of Cold Purple #9A88BE

Tints of Cold Purple #9A88BE

Color information

#9A88BE (or 0x9A88BE) is unknown color: approx Cold Purple. HEX triplet: 9A, 88 and BE. RGB value is (154,136,190). Sum of RGB (Red+Green+Blue) = 154+136+190=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A88BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A88BE is #657741. Grayscale: #939393. Windows color (decimal): -6649666 or 12486810. OLE color: 12486810.

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

Color convert

RGB154136190-
CMYK0.190.2800.25
HSL260º29.35%63.92%-
HSV(B)260º28.42%74.51%-
XYZ31.4228.252.5-
YUV147.54151.96132.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.08%
GREEN value IS 136 (53.52% from 255) = 28.33%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=32.08%
G=28.33%
B=39.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541361900.190.2800.2526029.3563.92
Hex9A88BE131C0191041d40
Octal232210276233403140435100
Binary1001101010001000101111101001111100011001100000100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A88BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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