Html Css Color HEX #9F7DEC Medium Purple

📋 copy color: '#9F7DEC'

red 159 ◦ green 125 ◦ blue 236

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

Shades of Medium Purple #9F7DEC

Tints of Medium Purple #9F7DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.04%

 BLUE value IS 236 (92.58% from 255) = 45.38%

R = 30.58%
G = 24.04%
B = 45.38%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F7DEC (or 0x9F7DEC) is known color: Medium Purple. HEX triplet: 9F, 7D and EC. RGB value is (159,125,236). Sum of RGB (Red+Green+Blue) = 159+125+236=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F7DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7DEC is #608213. Grayscale: #939393. Windows color (decimal): -6324756 or 15498655. OLE color: 15498655.

HSL color Cylindrical-coordinate representation of color #9F7DEC: hue angle of 258.38º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F7DEC is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 125 236 -
CMYK 0.33 0.47 0 0.07
HSL 258.38º 0.74% 0.71% -
HSV(B) 258.38º 0.47% 0.93% -
XYZ 36.77 28.09 82.84 -
YUV 147.82 177.76 135.97 -
System Red Green Blue C M Y K H S L
Decimal 159 125 236 0.33 0.47 0 0.07 258.38 0.74 0.71
Hex 9F 7D EC 21 2F 0 7 102 4A 47
Octal 237 175 354 41 57 0 7 402 112 107
Binary 10011111 1111101 11101100 100001 101111 0 111 100000010 1001010 1000111

Color Harmonies of #9F7DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7DEC

Black with #9F7DEC

Text Example


Text Example

White with #9F7DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,125,236); }

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

background-color css

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

 a { background-color: rgb(159,125,236); }

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

border-color css

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

 span { border-color: rgb(159,125,236); }

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