#9A91B8

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

Shades of Cold Purple #9A91B8

Tints of Cold Purple #9A91B8

Color information

#9A91B8 (or 0x9A91B8) is unknown color: approx Cold Purple. HEX triplet: 9A, 91 and B8. RGB value is (154,145,184). Sum of RGB (Red+Green+Blue) = 154+145+184=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 184 - color contains mainly: blue. Hex color #9A91B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A91B8 is #656E47. Grayscale: #979797. Windows color (decimal): -6647368 or 12095898. OLE color: 12095898.

HSL color Cylindrical-coordinate representation of color #9A91B8: hue angle of 253.85º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A91B8 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB154145184-
CMYK0.160.2100.28
HSL253.85º21.55%64.51%-
HSV(B)253.85º21.2%72.16%-
XYZ32.130.5849.56-
YUV152.14145.98129.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.88%
GREEN value IS 145 (57.03% from 255) = 30.02%
BLUE value IS 184 (72.27% from 255) = 38.10%
R=31.88%
G=30.02%
B=38.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1541451840.160.2100.28253.8521.5564.51
Hex9A91B8101501Cfe1641
Octal232221270202503437626101
Binary100110101001000110111000100001010101110011111110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A91B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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