Html Css Color HEX #9F59FB Medium Purple

📋 copy color: '#9F59FB'

red 159 ◦ green 89 ◦ blue 251

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

Shades of Medium Purple #9F59FB

Tints of Medium Purple #9F59FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.3%

R = 31.86%
G = 17.84%
B = 50.3%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F59FB (or 0x9F59FB) is known color: Medium Purple. HEX triplet: 9F, 59 and FB. RGB value is (159,89,251). Sum of RGB (Red+Green+Blue) = 159+89+251=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F59FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F59FB is #60A604. Grayscale: #7F7F7F. Windows color (decimal): -6333957 or 16472479. OLE color: 16472479.

HSL color Cylindrical-coordinate representation of color #9F59FB: hue angle of 265.93º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F59FB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 89 251 -
CMYK 0.37 0.65 0 0.02
HSL 265.93º 0.95% 0.67% -
HSV(B) 265.93º 0.65% 0.98% -
XYZ 35.28 21.48 93.55 -
YUV 128.4 197.19 149.83 -
System Red Green Blue C M Y K H S L
Decimal 159 89 251 0.37 0.65 0 0.02 265.93 0.95 0.67
Hex 9F 59 FB 25 41 0 2 10A 5F 43
Octal 237 131 373 45 101 0 2 412 137 103
Binary 10011111 1011001 11111011 100101 1000001 0 10 100001010 1011111 1000011

Color Harmonies of #9F59FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F59FB

Black with #9F59FB

Text Example


Text Example

White with #9F59FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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