Html Css Color HEX #9F9EE1 Wistful

📋 copy color: '#9F9EE1'

red 159 ◦ green 158 ◦ blue 225

#9F9EE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #9F9EE1

Tints of Wistful #9F9EE1

RGB

 RED value IS 159 (62.5% from 255) = 29.34%

 GREEN value IS 158 (62.11% from 255) = 29.15%

 BLUE value IS 225 (88.28% from 255) = 41.51%

R = 29.34%
G = 29.15%
B = 41.51%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9F9EE1 (or 0x9F9EE1) is known color: Wistful. HEX triplet: 9F, 9E and E1. RGB value is (159,158,225). Sum of RGB (Red+Green+Blue) = 159+158+225=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #9F9EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9EE1 is #60611E. Grayscale: #A5A5A5. Windows color (decimal): -6316319 or 14786207. OLE color: 14786207.

HSL color Cylindrical-coordinate representation of color #9F9EE1: hue angle of 240.9º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F9EE1 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 158 225 -
CMYK 0.29 0.30 0 0.12
HSL 240.9º 0.53% 0.75% -
HSV(B) 240.9º 0.3% 0.88% -
XYZ 40.12 37.26 76.31 -
YUV 165.94 161.33 123.05 -
System Red Green Blue C M Y K H S L
Decimal 159 158 225 0.29 0.30 0 0.12 240.9 0.53 0.75
Hex 9F 9E E1 1D 1E 0 C F1 35 4B
Octal 237 236 341 35 36 0 14 361 65 113
Binary 10011111 10011110 11100001 11101 11110 0 1100 11110001 110101 1001011

Color Harmonies of #9F9EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9EE1

Black with #9F9EE1

Text Example


Text Example

White with #9F9EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,158,225); }

 H1.HeaderClassName
 {
   color: #9F9EE1;
 }
 .AnyTagClassName
 {
   color: #9F9EE1;
 }
</style>

background-color css

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

 a { background-color: rgb(159,158,225); }

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

border-color css

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

 span { border-color: rgb(159,158,225); }

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