Html Css Color HEX #9F90DC Wistful

📋 copy color: '#9F90DC'

red 159 ◦ green 144 ◦ blue 220

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

Shades of Wistful #9F90DC

Tints of Wistful #9F90DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 30.4%
G = 27.53%
B = 42.07%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F90DC (or 0x9F90DC) is known color: Wistful. HEX triplet: 9F, 90 and DC. RGB value is (159,144,220). Sum of RGB (Red+Green+Blue) = 159+144+220=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F90DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F90DC is #606F23. Grayscale: #9C9C9C. Windows color (decimal): -6319908 or 14454943. OLE color: 14454943.

HSL color Cylindrical-coordinate representation of color #9F90DC: hue angle of 251.84º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F90DC is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 144 220 -
CMYK 0.28 0.35 0 0.14
HSL 251.84º 0.52% 0.71% -
HSV(B) 251.84º 0.35% 0.86% -
XYZ 37.19 32.48 72.02 -
YUV 157.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 159 144 220 0.28 0.35 0 0.14 251.84 0.52 0.71
Hex 9F 90 DC 1C 23 0 E FC 34 47
Octal 237 220 334 34 43 0 16 374 64 107
Binary 10011111 10010000 11011100 11100 100011 0 1110 11111100 110100 1000111

Color Harmonies of #9F90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F90DC

Black with #9F90DC

Text Example


Text Example

White with #9F90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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