Html Css Color HEX #9F96EE Wistful

📋 copy color: '#9F96EE'

red 159 ◦ green 150 ◦ blue 238

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

Shades of Wistful #9F96EE

Tints of Wistful #9F96EE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.42%

 BLUE value IS 238 (93.36% from 255) = 43.51%

R = 29.07%
G = 27.42%
B = 43.51%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F96EE (or 0x9F96EE) is known color: Wistful. HEX triplet: 9F, 96 and EE. RGB value is (159,150,238). Sum of RGB (Red+Green+Blue) = 159+150+238=547 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.07% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F96EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F96EE is #606911. Grayscale: #A2A2A2. Windows color (decimal): -6318354 or 15636127. OLE color: 15636127.

HSL color Cylindrical-coordinate representation of color #9F96EE: hue angle of 246.14º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F96EE is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 150 238 -
CMYK 0.33 0.37 0 0.07
HSL 246.14º 0.72% 0.76% -
HSV(B) 246.14º 0.37% 0.93% -
XYZ 40.64 35.36 85.57 -
YUV 162.72 170.48 125.34 -
System Red Green Blue C M Y K H S L
Decimal 159 150 238 0.33 0.37 0 0.07 246.14 0.72 0.76
Hex 9F 96 EE 21 25 0 7 F6 48 4C
Octal 237 226 356 41 45 0 7 366 110 114
Binary 10011111 10010110 11101110 100001 100101 0 111 11110110 1001000 1001100

Color Harmonies of #9F96EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F96EE

Black with #9F96EE

Text Example


Text Example

White with #9F96EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,150,238); }

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

background-color css

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

 a { background-color: rgb(159,150,238); }

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

border-color css

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

 span { border-color: rgb(159,150,238); }

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