#9F95C4

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

Shades of Wistful #9F95C4

Tints of Wistful #9F95C4

Color information

#9F95C4 (or 0x9F95C4) is unknown color: approx Wistful. HEX triplet: 9F, 95 and C4. RGB value is (159,149,196). Sum of RGB (Red+Green+Blue) = 159+149+196=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 196 - color contains mainly: blue. Hex color #9F95C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F95C4 is #606A3B. Grayscale: #9D9D9D. Windows color (decimal): -6318652 or 12883359. OLE color: 12883359.

HSL color Cylindrical-coordinate representation of color #9F95C4: hue angle of 252.77º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F95C4 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB159149196-
CMYK0.190.2400.23
HSL252.77º28.48%67.65%-
HSV(B)252.77º23.98%76.86%-
XYZ35.0132.8556.72-
YUV157.35149.81129.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 149 (58.59% from 255) = 29.56%
BLUE value IS 196 (76.95% from 255) = 38.89%
R=31.55%
G=29.56%
B=38.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591491960.190.2400.23252.7728.4867.65
Hex9F95C41318017fd1c44
Octal237225304233002737534104
Binary100111111001010111000100100111100001011111111101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F95C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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