Html Css Color HEX #9F52FC Medium Purple

📋 copy color: '#9F52FC'

red 159 ◦ green 82 ◦ blue 252

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

Shades of Medium Purple #9F52FC

Tints of Medium Purple #9F52FC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.63%

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

R = 32.25%
G = 16.63%
B = 51.12%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F52FC (or 0x9F52FC) is known color: Medium Purple. HEX triplet: 9F, 52 and FC. RGB value is (159,82,252). Sum of RGB (Red+Green+Blue) = 159+82+252=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F52FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F52FC is #60AD03. Grayscale: #7B7B7B. Windows color (decimal): -6335748 or 16536223. OLE color: 16536223.

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

Color convert

RGB 159 82 252 -
CMYK 0.37 0.67 0 0.01
HSL 267.18º 0.97% 0.65% -
HSV(B) 267.18º 0.67% 0.99% -
XYZ 34.89 20.43 94.2 -
YUV 124.4 200.01 152.68 -
System Red Green Blue C M Y K H S L
Decimal 159 82 252 0.37 0.67 0 0.01 267.18 0.97 0.65
Hex 9F 52 FC 25 43 0 1 10B 61 41
Octal 237 122 374 45 103 0 1 413 141 101
Binary 10011111 1010010 11111100 100101 1000011 0 1 100001011 1100001 1000001

Color Harmonies of #9F52FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F52FC

Black with #9F52FC

Text Example


Text Example

White with #9F52FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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