Html Css Color HEX #9F96D0 Wistful

📋 copy color: '#9F96D0'

red 159 ◦ green 150 ◦ blue 208

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

Shades of Wistful #9F96D0

Tints of Wistful #9F96D0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.01%

 BLUE value IS 208 (81.64% from 255) = 40.23%

R = 30.75%
G = 29.01%
B = 40.23%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9F96D0 (or 0x9F96D0) is known color: Wistful. HEX triplet: 9F, 96 and D0. RGB value is (159,150,208). Sum of RGB (Red+Green+Blue) = 159+150+208=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #9F96D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96D0 is #60692F. Grayscale: #9F9F9F. Windows color (decimal): -6318384 or 13670047. OLE color: 13670047.

HSL color Cylindrical-coordinate representation of color #9F96D0: hue angle of 249.31º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F96D0 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 150 208 -
CMYK 0.24 0.28 0 0.18
HSL 249.31º 0.38% 0.7% -
HSV(B) 249.31º 0.28% 0.82% -
XYZ 36.59 33.74 64.26 -
YUV 159.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 159 150 208 0.24 0.28 0 0.18 249.31 0.38 0.7
Hex 9F 96 D0 18 1C 0 12 F9 26 46
Octal 237 226 320 30 34 0 22 371 46 106
Binary 10011111 10010110 11010000 11000 11100 0 10010 11111001 100110 1000110

Color Harmonies of #9F96D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F96D0

Black with #9F96D0

Text Example


Text Example

White with #9F96D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,150,208); }

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

background-color css

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

 a { background-color: rgb(159,150,208); }

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

border-color css

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

 span { border-color: rgb(159,150,208); }

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