#9A91C0

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

Shades of Cold Purple #9A91C0

Tints of Cold Purple #9A91C0

Color information

#9A91C0 (or 0x9A91C0) is unknown color: approx Cold Purple. HEX triplet: 9A, 91 and C0. RGB value is (154,145,192). Sum of RGB (Red+Green+Blue) = 154+145+192=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #9A91C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A91C0 is #656E3F. Grayscale: #989898. Windows color (decimal): -6647360 or 12620186. OLE color: 12620186.

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

Color convert

RGB154145192-
CMYK0.200.2400.25
HSL251.49º27.17%66.08%-
HSV(B)251.49º24.48%75.29%-
XYZ32.9730.9354.1-
YUV153.05149.98128.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.36%
GREEN value IS 145 (57.03% from 255) = 29.53%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=31.36%
G=29.53%
B=39.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541451920.200.2400.25251.4927.1766.08
Hex9A91C01418019fb1b42
Octal232221300243003137333102
Binary100110101001000111000000101001100001100111111011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A91C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,145,192); }

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

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

 a { background-color: rgb(154,145,192); }

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

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

 span { border-color: rgb(154,145,192); }

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