Html Css Color HEX #9F7FE9 Medium Purple

📋 copy color: '#9F7FE9'

red 159 ◦ green 127 ◦ blue 233

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

Shades of Medium Purple #9F7FE9

Tints of Medium Purple #9F7FE9

RGB

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

 GREEN value IS 127 (50% from 255) = 24.47%

 BLUE value IS 233 (91.41% from 255) = 44.89%

R = 30.64%
G = 24.47%
B = 44.89%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9F7FE9 (or 0x9F7FE9) is known color: Medium Purple. HEX triplet: 9F, 7F and E9. RGB value is (159,127,233). Sum of RGB (Red+Green+Blue) = 159+127+233=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #9F7FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7FE9 is #608016. Grayscale: #949494. Windows color (decimal): -6324247 or 15302559. OLE color: 15302559.

HSL color Cylindrical-coordinate representation of color #9F7FE9: hue angle of 258.11º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F7FE9 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 159 127 233 -
CMYK 0.32 0.45 0 0.09
HSL 258.11º 0.71% 0.71% -
HSV(B) 258.11º 0.45% 0.91% -
XYZ 36.6 28.43 80.65 -
YUV 148.65 175.6 135.38 -
System Red Green Blue C M Y K H S L
Decimal 159 127 233 0.32 0.45 0 0.09 258.11 0.71 0.71
Hex 9F 7F E9 20 2D 0 9 102 47 47
Octal 237 177 351 40 55 0 11 402 107 107
Binary 10011111 1111111 11101001 100000 101101 0 1001 100000010 1000111 1000111

Color Harmonies of #9F7FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7FE9

Black with #9F7FE9

Text Example


Text Example

White with #9F7FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,127,233); }

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

background-color css

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

 a { background-color: rgb(159,127,233); }

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

border-color css

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

 span { border-color: rgb(159,127,233); }

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