#9A88CB

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

Shades of Cold Purple #9A88CB

Tints of Cold Purple #9A88CB

Color information

#9A88CB (or 0x9A88CB) is unknown color: approx Cold Purple. HEX triplet: 9A, 88 and CB. RGB value is (154,136,203). Sum of RGB (Red+Green+Blue) = 154+136+203=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A88CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A88CB is #657734. Grayscale: #949494. Windows color (decimal): -6649653 or 13338778. OLE color: 13338778.

HSL color Cylindrical-coordinate representation of color #9A88CB: hue angle of 256.12º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A88CB is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154136203-
CMYK0.240.3300.20
HSL256.12º39.18%66.47%-
HSV(B)256.12º33%79.61%-
XYZ32.9128.7960.32-
YUV149.02158.46131.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.24%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=31.24%
G=27.59%
B=41.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541362030.240.3300.20256.1239.1866.47
Hex9A88CB18210141002742
Octal232210313304102440047102
Binary100110101000100011001011110001000010101001000000001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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