Html Css Color HEX #9F59EE Medium Purple

📋 copy color: '#9F59EE'

red 159 ◦ green 89 ◦ blue 238

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

Shades of Medium Purple #9F59EE

Tints of Medium Purple #9F59EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 32.72%
G = 18.31%
B = 48.97%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F59EE (or 0x9F59EE) is known color: Medium Purple. HEX triplet: 9F, 59 and EE. RGB value is (159,89,238). Sum of RGB (Red+Green+Blue) = 159+89+238=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F59EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F59EE is #60A611. Grayscale: #7E7E7E. Windows color (decimal): -6333970 or 15620511. OLE color: 15620511.

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

Color convert

RGB 159 89 238 -
CMYK 0.33 0.63 0 0.07
HSL 268.19º 0.81% 0.64% -
HSV(B) 268.19º 0.63% 0.93% -
XYZ 33.3 20.69 83.13 -
YUV 126.92 190.69 150.88 -
System Red Green Blue C M Y K H S L
Decimal 159 89 238 0.33 0.63 0 0.07 268.19 0.81 0.64
Hex 9F 59 EE 21 3F 0 7 10C 51 40
Octal 237 131 356 41 77 0 7 414 121 100
Binary 10011111 1011001 11101110 100001 111111 0 111 100001100 1010001 1000000

Color Harmonies of #9F59EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F59EE

Black with #9F59EE

Text Example


Text Example

White with #9F59EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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