Html Css Color HEX #9F9EDA Wistful

📋 copy color: '#9F9EDA'

red 159 ◦ green 158 ◦ blue 218

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

Shades of Wistful #9F9EDA

Tints of Wistful #9F9EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 29.72%
G = 29.53%
B = 40.75%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9F9EDA (or 0x9F9EDA) is known color: Wistful. HEX triplet: 9F, 9E and DA. RGB value is (159,158,218). Sum of RGB (Red+Green+Blue) = 159+158+218=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F9EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9EDA is #606125. Grayscale: #A4A4A4. Windows color (decimal): -6316326 or 14327455. OLE color: 14327455.

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

Color convert

RGB 159 158 218 -
CMYK 0.27 0.28 0 0.15
HSL 241º 0.45% 0.74% -
HSV(B) 241º 0.28% 0.85% -
XYZ 39.18 36.89 71.38 -
YUV 165.14 157.83 123.62 -
System Red Green Blue C M Y K H S L
Decimal 159 158 218 0.27 0.28 0 0.15 241 0.45 0.74
Hex 9F 9E DA 1B 1C 0 F F1 2D 4A
Octal 237 236 332 33 34 0 17 361 55 112
Binary 10011111 10011110 11011010 11011 11100 0 1111 11110001 101101 1001010

Color Harmonies of #9F9EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9EDA

Black with #9F9EDA

Text Example


Text Example

White with #9F9EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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