Html Css Color HEX #9F5DFB Medium Purple

📋 copy color: '#9F5DFB'

red 159 ◦ green 93 ◦ blue 251

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

Shades of Medium Purple #9F5DFB

Tints of Medium Purple #9F5DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.49%

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

R = 31.61%
G = 18.49%
B = 49.9%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F5DFB (or 0x9F5DFB) is known color: Medium Purple. HEX triplet: 9F, 5D and FB. RGB value is (159,93,251). Sum of RGB (Red+Green+Blue) = 159+93+251=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F5DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F5DFB is #60A204. Grayscale: #828282. Windows color (decimal): -6332933 or 16473503. OLE color: 16473503.

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

Color convert

RGB 159 93 251 -
CMYK 0.37 0.63 0 0.02
HSL 265.06º 0.95% 0.67% -
HSV(B) 265.06º 0.63% 0.98% -
XYZ 35.63 22.16 93.67 -
YUV 130.75 195.87 148.15 -
System Red Green Blue C M Y K H S L
Decimal 159 93 251 0.37 0.63 0 0.02 265.06 0.95 0.67
Hex 9F 5D FB 25 3F 0 2 109 5F 43
Octal 237 135 373 45 77 0 2 411 137 103
Binary 10011111 1011101 11111011 100101 111111 0 10 100001001 1011111 1000011

Color Harmonies of #9F5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5DFB

Black with #9F5DFB

Text Example


Text Example

White with #9F5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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