Html Css Color HEX #9F8FDF Wistful

📋 copy color: '#9F8FDF'

red 159 ◦ green 143 ◦ blue 223

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

Shades of Wistful #9F8FDF

Tints of Wistful #9F8FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.24%

 BLUE value IS 223 (87.5% from 255) = 42.48%

R = 30.29%
G = 27.24%
B = 42.48%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F8FDF (or 0x9F8FDF) is known color: Wistful. HEX triplet: 9F, 8F and DF. RGB value is (159,143,223). Sum of RGB (Red+Green+Blue) = 159+143+223=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F8FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8FDF is #607020. Grayscale: #9C9C9C. Windows color (decimal): -6320161 or 14651295. OLE color: 14651295.

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

Color convert

RGB 159 143 223 -
CMYK 0.29 0.36 0 0.13
HSL 252º 0.56% 0.72% -
HSV(B) 252º 0.36% 0.87% -
XYZ 37.44 32.34 74.08 -
YUV 156.9 165.3 129.5 -
System Red Green Blue C M Y K H S L
Decimal 159 143 223 0.29 0.36 0 0.13 252 0.56 0.72
Hex 9F 8F DF 1D 24 0 D FC 38 48
Octal 237 217 337 35 44 0 15 374 70 110
Binary 10011111 10001111 11011111 11101 100100 0 1101 11111100 111000 1001000

Color Harmonies of #9F8FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8FDF

Black with #9F8FDF

Text Example


Text Example

White with #9F8FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,143,223); }

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

background-color css

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

 a { background-color: rgb(159,143,223); }

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

border-color css

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

 span { border-color: rgb(159,143,223); }

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