#9A88CE

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

Shades of Cold Purple #9A88CE

Tints of Cold Purple #9A88CE

Color information

#9A88CE (or 0x9A88CE) is unknown color: approx Cold Purple. HEX triplet: 9A, 88 and CE. RGB value is (154,136,206). Sum of RGB (Red+Green+Blue) = 154+136+206=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A88CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A88CE is #657731. Grayscale: #959595. Windows color (decimal): -6649650 or 13535386. OLE color: 13535386.

HSL color Cylindrical-coordinate representation of color #9A88CE: hue angle of 255.43º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A88CE is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154136206-
CMYK0.250.3400.19
HSL255.43º41.67%67.06%-
HSV(B)255.43º33.98%80.78%-
XYZ33.2728.9362.22-
YUV149.36159.96131.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.05%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 206 (80.86% from 255) = 41.53%
R=31.05%
G=27.42%
B=41.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541362060.250.3400.19255.4341.6767.06
Hex9A88CE1922013ff2a43
Octal232210316314202337752103
Binary10011010100010001100111011001100010010011111111111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A88CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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