Html Css Color HEX #9F9DEA Wistful

📋 copy color: '#9F9DEA'

red 159 ◦ green 157 ◦ blue 234

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

Shades of Wistful #9F9DEA

Tints of Wistful #9F9DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.55%

 BLUE value IS 234 (91.8% from 255) = 42.55%

R = 28.91%
G = 28.55%
B = 42.55%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F9DEA (or 0x9F9DEA) is known color: Wistful. HEX triplet: 9F, 9D and EA. RGB value is (159,157,234). Sum of RGB (Red+Green+Blue) = 159+157+234=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F9DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9DEA is #606215. Grayscale: #A6A6A6. Windows color (decimal): -6316566 or 15375775. OLE color: 15375775.

HSL color Cylindrical-coordinate representation of color #9F9DEA: hue angle of 241.56º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F9DEA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 157 234 -
CMYK 0.32 0.33 0 0.08
HSL 241.56º 0.65% 0.77% -
HSV(B) 241.56º 0.33% 0.92% -
XYZ 41.21 37.43 82.89 -
YUV 166.38 166.16 122.74 -
System Red Green Blue C M Y K H S L
Decimal 159 157 234 0.32 0.33 0 0.08 241.56 0.65 0.77
Hex 9F 9D EA 20 21 0 8 F2 41 4D
Octal 237 235 352 40 41 0 10 362 101 115
Binary 10011111 10011101 11101010 100000 100001 0 1000 11110010 1000001 1001101

Color Harmonies of #9F9DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9DEA

Black with #9F9DEA

Text Example


Text Example

White with #9F9DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,157,234); }

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

background-color css

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

 a { background-color: rgb(159,157,234); }

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

border-color css

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

 span { border-color: rgb(159,157,234); }

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