#9F95EE

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

Shades of Wistful #9F95EE

Tints of Wistful #9F95EE

Color information

#9F95EE (or 0x9F95EE) is unknown color: approx Wistful. HEX triplet: 9F, 95 and EE. RGB value is (159,149,238). Sum of RGB (Red+Green+Blue) = 159+149+238=546 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.12% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F95EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F95EE is #606A11. Grayscale: #A1A1A1. Windows color (decimal): -6318610 or 15635871. OLE color: 15635871.

HSL color Cylindrical-coordinate representation of color #9F95EE: hue angle of 246.74º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F95EE is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159149238-
CMYK0.330.3700.07
HSL246.74º72.36%75.88%-
HSV(B)246.74º37.39%93.33%-
XYZ40.4835.0485.52-
YUV162.14170.81125.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.12%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 238 (93.36% from 255) = 43.59%
R=29.12%
G=27.29%
B=43.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591492380.330.3700.07246.7472.3675.88
Hex9F95EE212507f7484c
Octal237225356414507367110114
Binary10011111100101011110111010000110010101111111011110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F95EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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