Html Css Color HEX #9F9EDD Wistful

📋 copy color: '#9F9EDD'

red 159 ◦ green 158 ◦ blue 221

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

Shades of Wistful #9F9EDD

Tints of Wistful #9F9EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 29.55%
G = 29.37%
B = 41.08%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F9EDD (or 0x9F9EDD) is known color: Wistful. HEX triplet: 9F, 9E and DD. RGB value is (159,158,221). Sum of RGB (Red+Green+Blue) = 159+158+221=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F9EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9EDD is #606122. Grayscale: #A5A5A5. Windows color (decimal): -6316323 or 14524063. OLE color: 14524063.

HSL color Cylindrical-coordinate representation of color #9F9EDD: hue angle of 240.95º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F9EDD is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 158 221 -
CMYK 0.28 0.29 0 0.13
HSL 240.95º 0.48% 0.74% -
HSV(B) 240.95º 0.29% 0.87% -
XYZ 39.58 37.05 73.47 -
YUV 165.48 159.33 123.38 -
System Red Green Blue C M Y K H S L
Decimal 159 158 221 0.28 0.29 0 0.13 240.95 0.48 0.74
Hex 9F 9E DD 1C 1D 0 D F1 30 4A
Octal 237 236 335 34 35 0 15 361 60 112
Binary 10011111 10011110 11011101 11100 11101 0 1101 11110001 110000 1001010

Color Harmonies of #9F9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9EDD

Black with #9F9EDD

Text Example


Text Example

White with #9F9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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