Html Css Color HEX #9F90F1 Wistful

📋 copy color: '#9F90F1'

red 159 ◦ green 144 ◦ blue 241

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

Shades of Wistful #9F90F1

Tints of Wistful #9F90F1

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.47%

 BLUE value IS 241 (94.53% from 255) = 44.3%

R = 29.23%
G = 26.47%
B = 44.3%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9F90F1 (or 0x9F90F1) is known color: Wistful. HEX triplet: 9F, 90 and F1. RGB value is (159,144,241). Sum of RGB (Red+Green+Blue) = 159+144+241=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F90F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F90F1 is #606F0E. Grayscale: #9F9F9F. Windows color (decimal): -6319887 or 15831199. OLE color: 15831199.

HSL color Cylindrical-coordinate representation of color #9F90F1: hue angle of 249.28º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F90F1 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 144 241 -
CMYK 0.34 0.40 0 0.05
HSL 249.28º 0.78% 0.75% -
HSV(B) 249.28º 0.4% 0.95% -
XYZ 40.15 33.67 87.6 -
YUV 159.54 173.97 127.61 -
System Red Green Blue C M Y K H S L
Decimal 159 144 241 0.34 0.40 0 0.05 249.28 0.78 0.75
Hex 9F 90 F1 22 28 0 5 F9 4E 4B
Octal 237 220 361 42 50 0 5 371 116 113
Binary 10011111 10010000 11110001 100010 101000 0 101 11111001 1001110 1001011

Color Harmonies of #9F90F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F90F1

Black with #9F90F1

Text Example


Text Example

White with #9F90F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,144,241); }

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

background-color css

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

 a { background-color: rgb(159,144,241); }

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

border-color css

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

 span { border-color: rgb(159,144,241); }

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