Html Css Color HEX #9F9CDB Wistful

📋 copy color: '#9F9CDB'

red 159 ◦ green 156 ◦ blue 219

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

Shades of Wistful #9F9CDB

Tints of Wistful #9F9CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.21%

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

R = 29.78%
G = 29.21%
B = 41.01%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F9CDB (or 0x9F9CDB) is known color: Wistful. HEX triplet: 9F, 9C and DB. RGB value is (159,156,219). Sum of RGB (Red+Green+Blue) = 159+156+219=534 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.78% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9CDB is #606324. Grayscale: #A3A3A3. Windows color (decimal): -6316837 or 14392479. OLE color: 14392479.

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

Color convert

RGB 159 156 219 -
CMYK 0.27 0.29 0 0.14
HSL 242.86º 0.47% 0.74% -
HSV(B) 242.86º 0.29% 0.86% -
XYZ 38.97 36.26 71.96 -
YUV 164.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 159 156 219 0.27 0.29 0 0.14 242.86 0.47 0.74
Hex 9F 9C DB 1B 1D 0 E F3 2F 4A
Octal 237 234 333 33 35 0 16 363 57 112
Binary 10011111 10011100 11011011 11011 11101 0 1110 11110011 101111 1001010

Color Harmonies of #9F9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9CDB

Black with #9F9CDB

Text Example


Text Example

White with #9F9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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