Html Css Color HEX #9F99C0 Wistful

📋 copy color: '#9F99C0'

red 159 ◦ green 153 ◦ blue 192

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

Shades of Wistful #9F99C0

Tints of Wistful #9F99C0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.36%

 BLUE value IS 192 (75.39% from 255) = 38.1%

R = 31.55%
G = 30.36%
B = 38.1%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F99C0 (or 0x9F99C0) is known color: Wistful. HEX triplet: 9F, 99 and C0. RGB value is (159,153,192). Sum of RGB (Red+Green+Blue) = 159+153+192=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F99C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F99C0 is #60663F. Grayscale: #9F9F9F. Windows color (decimal): -6317632 or 12622239. OLE color: 12622239.

HSL color Cylindrical-coordinate representation of color #9F99C0: hue angle of 249.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F99C0 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 153 192 -
CMYK 0.17 0.20 0 0.25
HSL 249.23º 0.24% 0.68% -
HSV(B) 249.23º 0.2% 0.75% -
XYZ 35.2 33.96 54.57 -
YUV 159.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 159 153 192 0.17 0.20 0 0.25 249.23 0.24 0.68
Hex 9F 99 C0 11 14 0 19 F9 18 44
Octal 237 231 300 21 24 0 31 371 30 104
Binary 10011111 10011001 11000000 10001 10100 0 11001 11111001 11000 1000100

Color Harmonies of #9F99C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F99C0

Black with #9F99C0

Text Example


Text Example

White with #9F99C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,153,192); }

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

background-color css

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

 a { background-color: rgb(159,153,192); }

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

border-color css

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

 span { border-color: rgb(159,153,192); }

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