Html Css Color HEX #9F9DE2 Wistful

📋 copy color: '#9F9DE2'

red 159 ◦ green 157 ◦ blue 226

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

Shades of Wistful #9F9DE2

Tints of Wistful #9F9DE2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.97%

 BLUE value IS 226 (88.67% from 255) = 41.7%

R = 29.34%
G = 28.97%
B = 41.7%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9F9DE2 (or 0x9F9DE2) is known color: Wistful. HEX triplet: 9F, 9D and E2. RGB value is (159,157,226). Sum of RGB (Red+Green+Blue) = 159+157+226=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 226 (88.67% from 255 or 41.70% from 542); Max value from RGB is 226 - color contains mainly: blue. Hex color #9F9DE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9DE2 is #60621D. Grayscale: #A5A5A5. Windows color (decimal): -6316574 or 14851487. OLE color: 14851487.

HSL color Cylindrical-coordinate representation of color #9F9DE2: hue angle of 241.74º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F9DE2 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 159 157 226 -
CMYK 0.30 0.31 0 0.11
HSL 241.74º 0.54% 0.75% -
HSV(B) 241.74º 0.31% 0.89% -
XYZ 40.08 36.98 76.98 -
YUV 165.46 162.16 123.39 -
System Red Green Blue C M Y K H S L
Decimal 159 157 226 0.30 0.31 0 0.11 241.74 0.54 0.75
Hex 9F 9D E2 1E 1F 0 B F2 36 4B
Octal 237 235 342 36 37 0 13 362 66 113
Binary 10011111 10011101 11100010 11110 11111 0 1011 11110010 110110 1001011

Color Harmonies of #9F9DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9DE2

Black with #9F9DE2

Text Example


Text Example

White with #9F9DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,157,226); }

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

background-color css

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

 a { background-color: rgb(159,157,226); }

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

border-color css

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

 span { border-color: rgb(159,157,226); }

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