#9D95DA

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

Shades of Wistful #9D95DA

Tints of Wistful #9D95DA

Color information

#9D95DA (or 0x9D95DA) is unknown color: approx Wistful. HEX triplet: 9D, 95 and DA. RGB value is (157,149,218). Sum of RGB (Red+Green+Blue) = 157+149+218=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D95DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D95DA is #626A25. Grayscale: #9E9E9E. Windows color (decimal): -6449702 or 14325149. OLE color: 14325149.

HSL color Cylindrical-coordinate representation of color #9D95DA: hue angle of 246.96º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D95DA is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB157149218-
CMYK0.280.3200.15
HSL246.96º48.25%71.96%-
HSV(B)246.96º31.65%85.49%-
XYZ37.3133.7270.87-
YUV159.26161.15126.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.96%
GREEN value IS 149 (58.59% from 255) = 28.44%
BLUE value IS 218 (85.55% from 255) = 41.60%
R=29.96%
G=28.44%
B=41.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1571492180.280.3200.15246.9648.2571.96
Hex9D95DA1C200Ff73048
Octal235225332344001736760110
Binary1001110110010101110110101110010000001111111101111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D95DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,149,218); }

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

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

 a { background-color: rgb(157,149,218); }

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

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

 span { border-color: rgb(157,149,218); }

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