Html Css Color HEX #9F77EF Medium Purple

📋 copy color: '#9F77EF'

red 159 ◦ green 119 ◦ blue 239

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

Shades of Medium Purple #9F77EF

Tints of Medium Purple #9F77EF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.02%

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

R = 30.75%
G = 23.02%
B = 46.23%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F77EF (or 0x9F77EF) is known color: Medium Purple. HEX triplet: 9F, 77 and EF. RGB value is (159,119,239). Sum of RGB (Red+Green+Blue) = 159+119+239=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F77EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F77EF is #608810. Grayscale: #909090. Windows color (decimal): -6326289 or 15693727. OLE color: 15693727.

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

Color convert

RGB 159 119 239 -
CMYK 0.33 0.50 0 0.06
HSL 260º 0.79% 0.7% -
HSV(B) 260º 0.5% 0.94% -
XYZ 36.47 26.8 84.91 -
YUV 144.64 181.25 138.24 -
System Red Green Blue C M Y K H S L
Decimal 159 119 239 0.33 0.50 0 0.06 260 0.79 0.7
Hex 9F 77 EF 21 32 0 6 104 4F 46
Octal 237 167 357 41 62 0 6 404 117 106
Binary 10011111 1110111 11101111 100001 110010 0 110 100000100 1001111 1000110

Color Harmonies of #9F77EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F77EF

Black with #9F77EF

Text Example


Text Example

White with #9F77EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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