Html Css Color HEX #9F9DDB Wistful

📋 copy color: '#9F9DDB'

red 159 ◦ green 157 ◦ blue 219

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

Shades of Wistful #9F9DDB

Tints of Wistful #9F9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.35%

 BLUE value IS 219 (85.94% from 255) = 40.93%

R = 29.72%
G = 29.35%
B = 40.93%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F9DDB (or 0x9F9DDB) is known color: Wistful. HEX triplet: 9F, 9D and DB. RGB value is (159,157,219). Sum of RGB (Red+Green+Blue) = 159+157+219=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F9DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9DDB is #606224. Grayscale: #A4A4A4. Windows color (decimal): -6316581 or 14392735. OLE color: 14392735.

HSL color Cylindrical-coordinate representation of color #9F9DDB: hue angle of 241.94º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F9DDB is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 157 219 -
CMYK 0.27 0.28 0 0.14
HSL 241.94º 0.46% 0.74% -
HSV(B) 241.94º 0.28% 0.86% -
XYZ 39.14 36.6 72.02 -
YUV 164.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 159 157 219 0.27 0.28 0 0.14 241.94 0.46 0.74
Hex 9F 9D DB 1B 1C 0 E F2 2E 4A
Octal 237 235 333 33 34 0 16 362 56 112
Binary 10011111 10011101 11011011 11011 11100 0 1110 11110010 101110 1001010

Color Harmonies of #9F9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9DDB

Black with #9F9DDB

Text Example


Text Example

White with #9F9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,157,219); }

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

background-color css

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

 a { background-color: rgb(159,157,219); }

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

border-color css

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

 span { border-color: rgb(159,157,219); }

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