Html Css Color HEX #9F59EA Medium Purple

📋 copy color: '#9F59EA'

red 159 ◦ green 89 ◦ blue 234

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

Shades of Medium Purple #9F59EA

Tints of Medium Purple #9F59EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 32.99%
G = 18.46%
B = 48.55%

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

#9F59EA (or 0x9F59EA) is known color: Medium Purple. HEX triplet: 9F, 59 and EA. RGB value is (159,89,234). Sum of RGB (Red+Green+Blue) = 159+89+234=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F59EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F59EA is #60A615. Grayscale: #7D7D7D. Windows color (decimal): -6333974 or 15358367. OLE color: 15358367.

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

Color convert

RGB 159 89 234 -
CMYK 0.32 0.62 0 0.08
HSL 268.97º 0.78% 0.63% -
HSV(B) 268.97º 0.62% 0.92% -
XYZ 32.72 20.46 80.07 -
YUV 126.46 188.69 151.21 -
System Red Green Blue C M Y K H S L
Decimal 159 89 234 0.32 0.62 0 0.08 268.97 0.78 0.63
Hex 9F 59 EA 20 3E 0 8 10D 4E 3F
Octal 237 131 352 40 76 0 10 415 116 77
Binary 10011111 1011001 11101010 100000 111110 0 1000 100001101 1001110 111111

Color Harmonies of #9F59EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F59EA

Black with #9F59EA

Text Example


Text Example

White with #9F59EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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