Html Css Color HEX #9F9ECE Wistful

📋 copy color: '#9F9ECE'

red 159 ◦ green 158 ◦ blue 206

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

Shades of Wistful #9F9ECE

Tints of Wistful #9F9ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.39%

R = 30.4%
G = 30.21%
B = 39.39%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F9ECE (or 0x9F9ECE) is known color: Wistful. HEX triplet: 9F, 9E and CE. RGB value is (159,158,206). Sum of RGB (Red+Green+Blue) = 159+158+206=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F9ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9ECE is #606131. Grayscale: #A3A3A3. Windows color (decimal): -6316338 or 13541023. OLE color: 13541023.

HSL color Cylindrical-coordinate representation of color #9F9ECE: hue angle of 241.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F9ECE is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 158 206 -
CMYK 0.23 0.23 0 0.19
HSL 241.25º 0.33% 0.71% -
HSV(B) 241.25º 0.23% 0.81% -
XYZ 37.67 36.28 63.41 -
YUV 163.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 159 158 206 0.23 0.23 0 0.19 241.25 0.33 0.71
Hex 9F 9E CE 17 17 0 13 F1 21 47
Octal 237 236 316 27 27 0 23 361 41 107
Binary 10011111 10011110 11001110 10111 10111 0 10011 11110001 100001 1000111

Color Harmonies of #9F9ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9ECE

Black with #9F9ECE

Text Example


Text Example

White with #9F9ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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