Html Css Color HEX #9F9ECD Wistful

📋 copy color: '#9F9ECD'

red 159 ◦ green 158 ◦ blue 205

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

Shades of Wistful #9F9ECD

Tints of Wistful #9F9ECD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.27%

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 30.46%
G = 30.27%
B = 39.27%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F9ECD (or 0x9F9ECD) is known color: Wistful. HEX triplet: 9F, 9E and CD. RGB value is (159,158,205). Sum of RGB (Red+Green+Blue) = 159+158+205=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F9ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9ECD is #606132. Grayscale: #A3A3A3. Windows color (decimal): -6316339 or 13475487. OLE color: 13475487.

HSL color Cylindrical-coordinate representation of color #9F9ECD: hue angle of 241.28º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F9ECD is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 158 205 -
CMYK 0.22 0.23 0 0.20
HSL 241.28º 0.32% 0.71% -
HSV(B) 241.28º 0.23% 0.8% -
XYZ 37.54 36.23 62.77 -
YUV 163.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 159 158 205 0.22 0.23 0 0.20 241.28 0.32 0.71
Hex 9F 9E CD 16 17 0 14 F1 20 47
Octal 237 236 315 26 27 0 24 361 40 107
Binary 10011111 10011110 11001101 10110 10111 0 10100 11110001 100000 1000111

Color Harmonies of #9F9ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9ECD

Black with #9F9ECD

Text Example


Text Example

White with #9F9ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,158,205); }

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

background-color css

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

 a { background-color: rgb(159,158,205); }

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

border-color css

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

 span { border-color: rgb(159,158,205); }

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