Html Css Color HEX #9F6DDF Medium Purple

📋 copy color: '#9F6DDF'

red 159 ◦ green 109 ◦ blue 223

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

Shades of Medium Purple #9F6DDF

Tints of Medium Purple #9F6DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.2%

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 32.38%
G = 22.2%
B = 45.42%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F6DDF (or 0x9F6DDF) is known color: Medium Purple. HEX triplet: 9F, 6D and DF. RGB value is (159,109,223). Sum of RGB (Red+Green+Blue) = 159+109+223=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F6DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6DDF is #609220. Grayscale: #888888. Windows color (decimal): -6328865 or 14642591. OLE color: 14642591.

HSL color Cylindrical-coordinate representation of color #9F6DDF: hue angle of 266.32º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F6DDF is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 109 223 -
CMYK 0.29 0.51 0 0.13
HSL 266.32º 0.64% 0.65% -
HSV(B) 266.32º 0.51% 0.87% -
XYZ 33.09 23.64 72.63 -
YUV 136.95 176.57 143.73 -
System Red Green Blue C M Y K H S L
Decimal 159 109 223 0.29 0.51 0 0.13 266.32 0.64 0.65
Hex 9F 6D DF 1D 33 0 D 10A 40 41
Octal 237 155 337 35 63 0 15 412 100 101
Binary 10011111 1101101 11011111 11101 110011 0 1101 100001010 1000000 1000001

Color Harmonies of #9F6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6DDF

Black with #9F6DDF

Text Example


Text Example

White with #9F6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,109,223); }

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

background-color css

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

 a { background-color: rgb(159,109,223); }

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

border-color css

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

 span { border-color: rgb(159,109,223); }

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