Html Css Color HEX #9F99DC Wistful

📋 copy color: '#9F99DC'

red 159 ◦ green 153 ◦ blue 220

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

Shades of Wistful #9F99DC

Tints of Wistful #9F99DC

RGB

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

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

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

R = 29.89%
G = 28.76%
B = 41.35%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F99DC (or 0x9F99DC) is known color: Wistful. HEX triplet: 9F, 99 and DC. RGB value is (159,153,220). Sum of RGB (Red+Green+Blue) = 159+153+220=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F99DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F99DC is #606623. Grayscale: #A2A2A2. Windows color (decimal): -6317604 or 14457247. OLE color: 14457247.

HSL color Cylindrical-coordinate representation of color #9F99DC: hue angle of 245.37º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F99DC is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 153 220 -
CMYK 0.28 0.30 0 0.14
HSL 245.37º 0.49% 0.73% -
HSV(B) 245.37º 0.3% 0.86% -
XYZ 38.61 35.32 72.49 -
YUV 162.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 159 153 220 0.28 0.30 0 0.14 245.37 0.49 0.73
Hex 9F 99 DC 1C 1E 0 E F5 31 49
Octal 237 231 334 34 36 0 16 365 61 111
Binary 10011111 10011001 11011100 11100 11110 0 1110 11110101 110001 1001001

Color Harmonies of #9F99DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F99DC

Black with #9F99DC

Text Example


Text Example

White with #9F99DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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