Html Css Color HEX #9F93EC Wistful

📋 copy color: '#9F93EC'

red 159 ◦ green 147 ◦ blue 236

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

Shades of Wistful #9F93EC

Tints of Wistful #9F93EC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.12%

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

R = 29.34%
G = 27.12%
B = 43.54%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F93EC (or 0x9F93EC) is known color: Wistful. HEX triplet: 9F, 93 and EC. RGB value is (159,147,236). Sum of RGB (Red+Green+Blue) = 159+147+236=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F93EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F93EC is #606C13. Grayscale: #A0A0A0. Windows color (decimal): -6319124 or 15504287. OLE color: 15504287.

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

Color convert

RGB 159 147 236 -
CMYK 0.33 0.38 0 0.07
HSL 248.09º 0.7% 0.75% -
HSV(B) 248.09º 0.38% 0.93% -
XYZ 39.87 34.29 83.87 -
YUV 160.73 170.48 126.76 -
System Red Green Blue C M Y K H S L
Decimal 159 147 236 0.33 0.38 0 0.07 248.09 0.7 0.75
Hex 9F 93 EC 21 26 0 7 F8 46 4B
Octal 237 223 354 41 46 0 7 370 106 113
Binary 10011111 10010011 11101100 100001 100110 0 111 11111000 1000110 1001011

Color Harmonies of #9F93EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F93EC

Black with #9F93EC

Text Example


Text Example

White with #9F93EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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