Html Css Color HEX #9F52EF Medium Purple

📋 copy color: '#9F52EF'

red 159 ◦ green 82 ◦ blue 239

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

Shades of Medium Purple #9F52EF

Tints of Medium Purple #9F52EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.79%

R = 33.13%
G = 17.08%
B = 49.79%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F52EF (or 0x9F52EF) is known color: Medium Purple. HEX triplet: 9F, 52 and EF. RGB value is (159,82,239). Sum of RGB (Red+Green+Blue) = 159+82+239=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F52EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F52EF is #60AD10. Grayscale: #7A7A7A. Windows color (decimal): -6335761 or 15684255. OLE color: 15684255.

HSL color Cylindrical-coordinate representation of color #9F52EF: hue angle of 269.43º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F52EF is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 82 239 -
CMYK 0.33 0.66 0 0.06
HSL 269.43º 0.83% 0.63% -
HSV(B) 269.43º 0.66% 0.94% -
XYZ 32.9 19.64 83.72 -
YUV 122.92 193.51 153.73 -
System Red Green Blue C M Y K H S L
Decimal 159 82 239 0.33 0.66 0 0.06 269.43 0.83 0.63
Hex 9F 52 EF 21 42 0 6 10D 53 3F
Octal 237 122 357 41 102 0 6 415 123 77
Binary 10011111 1010010 11101111 100001 1000010 0 110 100001101 1010011 111111

Color Harmonies of #9F52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F52EF

Black with #9F52EF

Text Example


Text Example

White with #9F52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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