#9D91D1

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

Shades of Wistful #9D91D1

Tints of Wistful #9D91D1

Color information

#9D91D1 (or 0x9D91D1) is unknown color: approx Wistful. HEX triplet: 9D, 91 and D1. RGB value is (157,145,209). Sum of RGB (Red+Green+Blue) = 157+145+209=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #9D91D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D91D1 is #626E2E. Grayscale: #9B9B9B. Windows color (decimal): -6450735 or 13734301. OLE color: 13734301.

HSL color Cylindrical-coordinate representation of color #9D91D1: hue angle of 251.25º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D91D1 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB157145209-
CMYK0.250.3100.18
HSL251.25º41.03%69.41%-
HSV(B)251.25º30.62%81.96%-
XYZ35.5432.0264.63-
YUV155.88157.98128.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.72%
GREEN value IS 145 (57.03% from 255) = 28.38%
BLUE value IS 209 (82.03% from 255) = 40.90%
R=30.72%
G=28.38%
B=40.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1571452090.250.3100.18251.2541.0369.41
Hex9D91D1191F012fb2945
Octal235221321313702237351105
Binary1001110110010001110100011100111111010010111110111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D91D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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