Html Css Color HEX #9F51FC Medium Purple

📋 copy color: '#9F51FC'

red 159 ◦ green 81 ◦ blue 252

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

Shades of Medium Purple #9F51FC

Tints of Medium Purple #9F51FC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.46%

 BLUE value IS 252 (98.83% from 255) = 51.22%

R = 32.32%
G = 16.46%
B = 51.22%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F51FC (or 0x9F51FC) is known color: Medium Purple. HEX triplet: 9F, 51 and FC. RGB value is (159,81,252). Sum of RGB (Red+Green+Blue) = 159+81+252=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F51FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F51FC is #60AE03. Grayscale: #7B7B7B. Windows color (decimal): -6336004 or 16535967. OLE color: 16535967.

HSL color Cylindrical-coordinate representation of color #9F51FC: hue angle of 267.37º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F51FC is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 81 252 -
CMYK 0.37 0.68 0 0.01
HSL 267.37º 0.97% 0.65% -
HSV(B) 267.37º 0.68% 0.99% -
XYZ 34.81 20.28 94.18 -
YUV 123.82 200.34 153.1 -
System Red Green Blue C M Y K H S L
Decimal 159 81 252 0.37 0.68 0 0.01 267.37 0.97 0.65
Hex 9F 51 FC 25 44 0 1 10B 61 41
Octal 237 121 374 45 104 0 1 413 141 101
Binary 10011111 1010001 11111100 100101 1000100 0 1 100001011 1100001 1000001

Color Harmonies of #9F51FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F51FC

Black with #9F51FC

Text Example


Text Example

White with #9F51FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,81,252); }

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

background-color css

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

 a { background-color: rgb(159,81,252); }

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

border-color css

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

 span { border-color: rgb(159,81,252); }

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