Html Css Color HEX #9F96EC Wistful

📋 copy color: '#9F96EC'

red 159 ◦ green 150 ◦ blue 236

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

Shades of Wistful #9F96EC

Tints of Wistful #9F96EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.3%

R = 29.17%
G = 27.52%
B = 43.3%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F96EC (or 0x9F96EC) is known color: Wistful. HEX triplet: 9F, 96 and EC. RGB value is (159,150,236). Sum of RGB (Red+Green+Blue) = 159+150+236=545 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.17% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F96EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F96EC is #606913. Grayscale: #A2A2A2. Windows color (decimal): -6318356 or 15505055. OLE color: 15505055.

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

Color convert

RGB 159 150 236 -
CMYK 0.33 0.36 0 0.07
HSL 246.28º 0.69% 0.76% -
HSV(B) 246.28º 0.36% 0.93% -
XYZ 40.34 35.24 84.03 -
YUV 162.5 169.48 125.51 -
System Red Green Blue C M Y K H S L
Decimal 159 150 236 0.33 0.36 0 0.07 246.28 0.69 0.76
Hex 9F 96 EC 21 24 0 7 F6 45 4C
Octal 237 226 354 41 44 0 7 366 105 114
Binary 10011111 10010110 11101100 100001 100100 0 111 11110110 1000101 1001100

Color Harmonies of #9F96EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F96EC

Black with #9F96EC

Text Example


Text Example

White with #9F96EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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