Html Css Color HEX #9F59EB Medium Purple

📋 copy color: '#9F59EB'

red 159 ◦ green 89 ◦ blue 235

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

Shades of Medium Purple #9F59EB

Tints of Medium Purple #9F59EB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.43%

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 32.92%
G = 18.43%
B = 48.65%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F59EB (or 0x9F59EB) is known color: Medium Purple. HEX triplet: 9F, 59 and EB. RGB value is (159,89,235). Sum of RGB (Red+Green+Blue) = 159+89+235=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F59EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F59EB is #60A614. Grayscale: #7E7E7E. Windows color (decimal): -6333973 or 15423903. OLE color: 15423903.

HSL color Cylindrical-coordinate representation of color #9F59EB: hue angle of 268.77º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F59EB is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 89 235 -
CMYK 0.32 0.62 0 0.08
HSL 268.77º 0.78% 0.64% -
HSV(B) 268.77º 0.62% 0.92% -
XYZ 32.87 20.51 80.82 -
YUV 126.57 189.19 151.13 -
System Red Green Blue C M Y K H S L
Decimal 159 89 235 0.32 0.62 0 0.08 268.77 0.78 0.64
Hex 9F 59 EB 20 3E 0 8 10D 4E 40
Octal 237 131 353 40 76 0 10 415 116 100
Binary 10011111 1011001 11101011 100000 111110 0 1000 100001101 1001110 1000000

Color Harmonies of #9F59EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F59EB

Black with #9F59EB

Text Example


Text Example

White with #9F59EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,89,235); }

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

background-color css

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

 a { background-color: rgb(159,89,235); }

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

border-color css

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

 span { border-color: rgb(159,89,235); }

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