#9F95DA

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

Shades of Wistful #9F95DA

Tints of Wistful #9F95DA

Color information

#9F95DA (or 0x9F95DA) is unknown color: approx Wistful. HEX triplet: 9F, 95 and DA. RGB value is (159,149,218). Sum of RGB (Red+Green+Blue) = 159+149+218=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F95DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F95DA is #606A25. Grayscale: #9F9F9F. Windows color (decimal): -6318630 or 14325151. OLE color: 14325151.

HSL color Cylindrical-coordinate representation of color #9F95DA: hue angle of 248.7º 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 #9F95DA is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB159149218-
CMYK0.270.3200.15
HSL248.7º48.25%71.96%-
HSV(B)248.7º31.65%85.49%-
XYZ37.733.9370.89-
YUV159.86160.81127.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.23%
GREEN value IS 149 (58.59% from 255) = 28.33%
BLUE value IS 218 (85.55% from 255) = 41.44%
R=30.23%
G=28.33%
B=41.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1591492180.270.3200.15248.748.2571.96
Hex9F95DA1B200Ff93048
Octal237225332334001737160110
Binary1001111110010101110110101101110000001111111110011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F95DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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