Html Css Color HEX #9F54FB Medium Purple

📋 copy color: '#9F54FB'

red 159 ◦ green 84 ◦ blue 251

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

Shades of Medium Purple #9F54FB

Tints of Medium Purple #9F54FB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17%

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

R = 32.19%
G = 17%
B = 50.81%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F54FB (or 0x9F54FB) is known color: Medium Purple. HEX triplet: 9F, 54 and FB. RGB value is (159,84,251). Sum of RGB (Red+Green+Blue) = 159+84+251=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F54FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F54FB is #60AB04. Grayscale: #7C7C7C. Windows color (decimal): -6335237 or 16471199. OLE color: 16471199.

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

Color convert

RGB 159 84 251 -
CMYK 0.37 0.67 0 0.02
HSL 266.95º 0.95% 0.66% -
HSV(B) 266.95º 0.67% 0.98% -
XYZ 34.88 20.68 93.42 -
YUV 125.46 198.85 151.92 -
System Red Green Blue C M Y K H S L
Decimal 159 84 251 0.37 0.67 0 0.02 266.95 0.95 0.66
Hex 9F 54 FB 25 43 0 2 10B 5F 42
Octal 237 124 373 45 103 0 2 413 137 102
Binary 10011111 1010100 11111011 100101 1000011 0 10 100001011 1011111 1000010

Color Harmonies of #9F54FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F54FB

Black with #9F54FB

Text Example


Text Example

White with #9F54FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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