#9D91AD

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

Shades of Cold Purple #9D91AD

Tints of Cold Purple #9D91AD

Color information

#9D91AD (or 0x9D91AD) is unknown color: approx Cold Purple. HEX triplet: 9D, 91 and AD. RGB value is (157,145,173). Sum of RGB (Red+Green+Blue) = 157+145+173=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D91AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D91AD is #626E52. Grayscale: #979797. Windows color (decimal): -6450771 or 11375005. OLE color: 11375005.

HSL color Cylindrical-coordinate representation of color #9D91AD: hue angle of 265.71º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9D91AD is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB157145173-
CMYK0.090.1600.32
HSL265.71º14.58%62.35%-
HSV(B)265.71º16.18%67.84%-
XYZ31.5730.4443.75-
YUV151.78139.98131.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.05%
GREEN value IS 145 (57.03% from 255) = 30.53%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=33.05%
G=30.53%
B=36.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571451730.090.1600.32265.7114.5862.35
Hex9D91AD91002010af3e
Octal23522125511200404121776
Binary10011101100100011010110110011000001000001000010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D91AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,145,173); }

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

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

 a { background-color: rgb(157,145,173); }

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

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

 span { border-color: rgb(157,145,173); }

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