Html Css Color HEX #9F7FED Medium Purple

📋 copy color: '#9F7FED'

red 159 ◦ green 127 ◦ blue 237

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

Shades of Medium Purple #9F7FED

Tints of Medium Purple #9F7FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 30.4%
G = 24.28%
B = 45.32%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F7FED (or 0x9F7FED) is known color: Medium Purple. HEX triplet: 9F, 7F and ED. RGB value is (159,127,237). Sum of RGB (Red+Green+Blue) = 159+127+237=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F7FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7FED is #608012. Grayscale: #949494. Windows color (decimal): -6324243 or 15564703. OLE color: 15564703.

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

Color convert

RGB 159 127 237 -
CMYK 0.33 0.46 0 0.07
HSL 257.45º 0.75% 0.71% -
HSV(B) 257.45º 0.46% 0.93% -
XYZ 37.17 28.66 83.69 -
YUV 149.11 177.6 135.06 -
System Red Green Blue C M Y K H S L
Decimal 159 127 237 0.33 0.46 0 0.07 257.45 0.75 0.71
Hex 9F 7F ED 21 2E 0 7 101 4B 47
Octal 237 177 355 41 56 0 7 401 113 107
Binary 10011111 1111111 11101101 100001 101110 0 111 100000001 1001011 1000111

Color Harmonies of #9F7FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7FED

Black with #9F7FED

Text Example


Text Example

White with #9F7FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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