Html Css Color HEX #9F7EDC Medium Purple

📋 copy color: '#9F7EDC'

red 159 ◦ green 126 ◦ blue 220

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

Shades of Medium Purple #9F7EDC

Tints of Medium Purple #9F7EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.95%

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 31.49%
G = 24.95%
B = 43.56%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F7EDC (or 0x9F7EDC) is known color: Medium Purple. HEX triplet: 9F, 7E and DC. RGB value is (159,126,220). Sum of RGB (Red+Green+Blue) = 159+126+220=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F7EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7EDC is #608123. Grayscale: #929292. Windows color (decimal): -6324516 or 14450335. OLE color: 14450335.

HSL color Cylindrical-coordinate representation of color #9F7EDC: hue angle of 261.06º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F7EDC is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 126 220 -
CMYK 0.28 0.43 0 0.14
HSL 261.06º 0.57% 0.68% -
HSV(B) 261.06º 0.43% 0.86% -
XYZ 34.68 27.46 71.18 -
YUV 146.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 159 126 220 0.28 0.43 0 0.14 261.06 0.57 0.68
Hex 9F 7E DC 1C 2B 0 E 105 39 44
Octal 237 176 334 34 53 0 16 405 71 104
Binary 10011111 1111110 11011100 11100 101011 0 1110 100000101 111001 1000100

Color Harmonies of #9F7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7EDC

Black with #9F7EDC

Text Example


Text Example

White with #9F7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,126,220); }

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

background-color css

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

 a { background-color: rgb(159,126,220); }

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

border-color css

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

 span { border-color: rgb(159,126,220); }

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