Html Css Color HEX #9F99DA Wistful

📋 copy color: '#9F99DA'

red 159 ◦ green 153 ◦ blue 218

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

Shades of Wistful #9F99DA

Tints of Wistful #9F99DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 30%
G = 28.87%
B = 41.13%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9F99DA (or 0x9F99DA) is known color: Wistful. HEX triplet: 9F, 99 and DA. RGB value is (159,153,218). Sum of RGB (Red+Green+Blue) = 159+153+218=530 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F99DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F99DA is #606625. Grayscale: #A1A1A1. Windows color (decimal): -6317606 or 14326175. OLE color: 14326175.

HSL color Cylindrical-coordinate representation of color #9F99DA: hue angle of 245.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F99DA is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 153 218 -
CMYK 0.27 0.30 0 0.15
HSL 245.54º 0.47% 0.73% -
HSV(B) 245.54º 0.3% 0.85% -
XYZ 38.34 35.22 71.11 -
YUV 162.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 159 153 218 0.27 0.30 0 0.15 245.54 0.47 0.73
Hex 9F 99 DA 1B 1E 0 F F6 2F 49
Octal 237 231 332 33 36 0 17 366 57 111
Binary 10011111 10011001 11011010 11011 11110 0 1111 11110110 101111 1001001

Color Harmonies of #9F99DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F99DA

Black with #9F99DA

Text Example


Text Example

White with #9F99DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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