Html Css Color HEX #9F7DD6 Medium Purple

📋 copy color: '#9F7DD6'

red 159 ◦ green 125 ◦ blue 214

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

Shades of Medium Purple #9F7DD6

Tints of Medium Purple #9F7DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.97%

R = 31.93%
G = 25.1%
B = 42.97%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9F7DD6 (or 0x9F7DD6) is known color: Medium Purple. HEX triplet: 9F, 7D and D6. RGB value is (159,125,214). Sum of RGB (Red+Green+Blue) = 159+125+214=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 214 (83.98% from 255 or 42.97% from 498); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F7DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7DD6 is #608229. Grayscale: #909090. Windows color (decimal): -6324778 or 14056863. OLE color: 14056863.

HSL color Cylindrical-coordinate representation of color #9F7DD6: hue angle of 262.92º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F7DD6 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 125 214 -
CMYK 0.26 0.42 0 0.16
HSL 262.92º 0.52% 0.66% -
HSV(B) 262.92º 0.42% 0.84% -
XYZ 33.77 26.89 67.03 -
YUV 145.31 166.76 137.76 -
System Red Green Blue C M Y K H S L
Decimal 159 125 214 0.26 0.42 0 0.16 262.92 0.52 0.66
Hex 9F 7D D6 1A 2A 0 10 107 34 42
Octal 237 175 326 32 52 0 20 407 64 102
Binary 10011111 1111101 11010110 11010 101010 0 10000 100000111 110100 1000010

Color Harmonies of #9F7DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7DD6

Black with #9F7DD6

Text Example


Text Example

White with #9F7DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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