Html Css Color HEX #9F52F3 Medium Purple

📋 copy color: '#9F52F3'

red 159 ◦ green 82 ◦ blue 243

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

Shades of Medium Purple #9F52F3

Tints of Medium Purple #9F52F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.21%

R = 32.85%
G = 16.94%
B = 50.21%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9F52F3 (or 0x9F52F3) is known color: Medium Purple. HEX triplet: 9F, 52 and F3. RGB value is (159,82,243). Sum of RGB (Red+Green+Blue) = 159+82+243=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #9F52F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F52F3 is #60AD0C. Grayscale: #7A7A7A. Windows color (decimal): -6335757 or 15946399. OLE color: 15946399.

HSL color Cylindrical-coordinate representation of color #9F52F3: hue angle of 268.7º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F52F3 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 82 243 -
CMYK 0.35 0.66 0 0.05
HSL 268.7º 0.87% 0.64% -
HSV(B) 268.7º 0.66% 0.95% -
XYZ 33.49 19.88 86.87 -
YUV 123.38 195.51 153.41 -
System Red Green Blue C M Y K H S L
Decimal 159 82 243 0.35 0.66 0 0.05 268.7 0.87 0.64
Hex 9F 52 F3 23 42 0 5 10D 57 40
Octal 237 122 363 43 102 0 5 415 127 100
Binary 10011111 1010010 11110011 100011 1000010 0 101 100001101 1010111 1000000

Color Harmonies of #9F52F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F52F3

Black with #9F52F3

Text Example


Text Example

White with #9F52F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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