Html Css Color HEX #9F7CEC Medium Purple

📋 copy color: '#9F7CEC'

red 159 ◦ green 124 ◦ blue 236

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

Shades of Medium Purple #9F7CEC

Tints of Medium Purple #9F7CEC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.89%

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

R = 30.64%
G = 23.89%
B = 45.47%

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

#9F7CEC (or 0x9F7CEC) is known color: Medium Purple. HEX triplet: 9F, 7C and EC. RGB value is (159,124,236). Sum of RGB (Red+Green+Blue) = 159+124+236=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F7CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7CEC is #608313. Grayscale: #929292. Windows color (decimal): -6325012 or 15498399. OLE color: 15498399.

HSL color Cylindrical-coordinate representation of color #9F7CEC: hue angle of 258.75º degrees, saturation: 0.75, 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 #9F7CEC is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 124 236 -
CMYK 0.33 0.47 0 0.07
HSL 258.75º 0.75% 0.71% -
HSV(B) 258.75º 0.47% 0.93% -
XYZ 36.65 27.84 82.8 -
YUV 147.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 159 124 236 0.33 0.47 0 0.07 258.75 0.75 0.71
Hex 9F 7C EC 21 2F 0 7 103 4B 47
Octal 237 174 354 41 57 0 7 403 113 107
Binary 10011111 1111100 11101100 100001 101111 0 111 100000011 1001011 1000111

Color Harmonies of #9F7CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7CEC

Black with #9F7CEC

Text Example


Text Example

White with #9F7CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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