Html Css Color HEX #9F74EF Medium Purple

📋 copy color: '#9F74EF'

red 159 ◦ green 116 ◦ blue 239

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

Shades of Medium Purple #9F74EF

Tints of Medium Purple #9F74EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.57%

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

R = 30.93%
G = 22.57%
B = 46.5%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F74EF (or 0x9F74EF) is known color: Medium Purple. HEX triplet: 9F, 74 and EF. RGB value is (159,116,239). Sum of RGB (Red+Green+Blue) = 159+116+239=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F74EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F74EF is #608B10. Grayscale: #8E8E8E. Windows color (decimal): -6327057 or 15692959. OLE color: 15692959.

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

Color convert

RGB 159 116 239 -
CMYK 0.33 0.51 0 0.06
HSL 260.98º 0.79% 0.7% -
HSV(B) 260.98º 0.51% 0.94% -
XYZ 36.12 26.09 84.79 -
YUV 142.88 182.25 139.5 -
System Red Green Blue C M Y K H S L
Decimal 159 116 239 0.33 0.51 0 0.06 260.98 0.79 0.7
Hex 9F 74 EF 21 33 0 6 105 4F 46
Octal 237 164 357 41 63 0 6 405 117 106
Binary 10011111 1110100 11101111 100001 110011 0 110 100000101 1001111 1000110

Color Harmonies of #9F74EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F74EF

Black with #9F74EF

Text Example


Text Example

White with #9F74EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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