Html Css Color HEX #9F96EF Wistful

📋 copy color: '#9F96EF'

red 159 ◦ green 150 ◦ blue 239

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

Shades of Wistful #9F96EF

Tints of Wistful #9F96EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.61%

R = 29.01%
G = 27.37%
B = 43.61%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F96EF (or 0x9F96EF) is known color: Wistful. HEX triplet: 9F, 96 and EF. RGB value is (159,150,239). Sum of RGB (Red+Green+Blue) = 159+150+239=548 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.01% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F96EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F96EF is #606910. Grayscale: #A2A2A2. Windows color (decimal): -6318353 or 15701663. OLE color: 15701663.

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

Color convert

RGB 159 150 239 -
CMYK 0.33 0.37 0 0.06
HSL 246.07º 0.74% 0.76% -
HSV(B) 246.07º 0.37% 0.94% -
XYZ 40.78 35.42 86.35 -
YUV 162.84 170.98 125.26 -
System Red Green Blue C M Y K H S L
Decimal 159 150 239 0.33 0.37 0 0.06 246.07 0.74 0.76
Hex 9F 96 EF 21 25 0 6 F6 4A 4C
Octal 237 226 357 41 45 0 6 366 112 114
Binary 10011111 10010110 11101111 100001 100101 0 110 11110110 1001010 1001100

Color Harmonies of #9F96EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F96EF

Black with #9F96EF

Text Example


Text Example

White with #9F96EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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