Html Css Color HEX #9F7EEF Medium Purple

📋 copy color: '#9F7EEF'

red 159 ◦ green 126 ◦ blue 239

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

Shades of Medium Purple #9F7EEF

Tints of Medium Purple #9F7EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.61%

R = 30.34%
G = 24.05%
B = 45.61%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F7EEF (or 0x9F7EEF) is known color: Medium Purple. HEX triplet: 9F, 7E and EF. RGB value is (159,126,239). Sum of RGB (Red+Green+Blue) = 159+126+239=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F7EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7EEF is #608110. Grayscale: #949494. Windows color (decimal): -6324497 or 15695519. OLE color: 15695519.

HSL color Cylindrical-coordinate representation of color #9F7EEF: hue angle of 257.52º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F7EEF is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 126 239 -
CMYK 0.33 0.47 0 0.06
HSL 257.52º 0.78% 0.72% -
HSV(B) 257.52º 0.47% 0.94% -
XYZ 37.34 28.52 85.2 -
YUV 148.75 178.93 135.31 -
System Red Green Blue C M Y K H S L
Decimal 159 126 239 0.33 0.47 0 0.06 257.52 0.78 0.72
Hex 9F 7E EF 21 2F 0 6 102 4E 48
Octal 237 176 357 41 57 0 6 402 116 110
Binary 10011111 1111110 11101111 100001 101111 0 110 100000010 1001110 1001000

Color Harmonies of #9F7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7EEF

Black with #9F7EEF

Text Example


Text Example

White with #9F7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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