Html Css Color HEX #9F93EF Wistful

📋 copy color: '#9F93EF'

red 159 ◦ green 147 ◦ blue 239

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

Shades of Wistful #9F93EF

Tints of Wistful #9F93EF

RGB

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

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

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

R = 29.17%
G = 26.97%
B = 43.85%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F93EF (or 0x9F93EF) is known color: Wistful. HEX triplet: 9F, 93 and EF. RGB value is (159,147,239). Sum of RGB (Red+Green+Blue) = 159+147+239=545 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.17% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F93EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F93EF is #606C10. Grayscale: #A0A0A0. Windows color (decimal): -6319121 or 15700895. OLE color: 15700895.

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

Color convert

RGB 159 147 239 -
CMYK 0.33 0.38 0 0.06
HSL 247.83º 0.74% 0.76% -
HSV(B) 247.83º 0.38% 0.94% -
XYZ 40.31 34.47 86.19 -
YUV 161.08 171.98 126.52 -
System Red Green Blue C M Y K H S L
Decimal 159 147 239 0.33 0.38 0 0.06 247.83 0.74 0.76
Hex 9F 93 EF 21 26 0 6 F8 4A 4C
Octal 237 223 357 41 46 0 6 370 112 114
Binary 10011111 10010011 11101111 100001 100110 0 110 11111000 1001010 1001100

Color Harmonies of #9F93EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F93EF

Black with #9F93EF

Text Example


Text Example

White with #9F93EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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