Html Css Color HEX #9F91DD Wistful

📋 copy color: '#9F91DD'

red 159 ◦ green 145 ◦ blue 221

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

Shades of Wistful #9F91DD

Tints of Wistful #9F91DD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.62%

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 30.29%
G = 27.62%
B = 42.1%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F91DD (or 0x9F91DD) is known color: Wistful. HEX triplet: 9F, 91 and DD. RGB value is (159,145,221). Sum of RGB (Red+Green+Blue) = 159+145+221=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F91DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F91DD is #606E22. Grayscale: #9D9D9D. Windows color (decimal): -6319651 or 14520735. OLE color: 14520735.

HSL color Cylindrical-coordinate representation of color #9F91DD: hue angle of 251.05º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F91DD is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 145 221 -
CMYK 0.28 0.34 0 0.13
HSL 251.05º 0.53% 0.72% -
HSV(B) 251.05º 0.34% 0.87% -
XYZ 37.47 32.84 72.77 -
YUV 157.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 159 145 221 0.28 0.34 0 0.13 251.05 0.53 0.72
Hex 9F 91 DD 1C 22 0 D FB 35 48
Octal 237 221 335 34 42 0 15 373 65 110
Binary 10011111 10010001 11011101 11100 100010 0 1101 11111011 110101 1001000

Color Harmonies of #9F91DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F91DD

Black with #9F91DD

Text Example


Text Example

White with #9F91DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,145,221); }

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

background-color css

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

 a { background-color: rgb(159,145,221); }

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

border-color css

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

 span { border-color: rgb(159,145,221); }

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