Html Css Color HEX #9F6DDD Medium Purple

📋 copy color: '#9F6DDD'

red 159 ◦ green 109 ◦ blue 221

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

Shades of Medium Purple #9F6DDD

Tints of Medium Purple #9F6DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 32.52%
G = 22.29%
B = 45.19%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F6DDD (or 0x9F6DDD) is known color: Medium Purple. HEX triplet: 9F, 6D and DD. RGB value is (159,109,221). Sum of RGB (Red+Green+Blue) = 159+109+221=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F6DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6DDD is #609222. Grayscale: #888888. Windows color (decimal): -6328867 or 14511519. OLE color: 14511519.

HSL color Cylindrical-coordinate representation of color #9F6DDD: hue angle of 266.79º degrees, saturation: 0.62, 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 #9F6DDD is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 109 221 -
CMYK 0.28 0.51 0 0.13
HSL 266.79º 0.62% 0.65% -
HSV(B) 266.79º 0.51% 0.87% -
XYZ 32.82 23.53 71.22 -
YUV 136.72 175.57 143.89 -
System Red Green Blue C M Y K H S L
Decimal 159 109 221 0.28 0.51 0 0.13 266.79 0.62 0.65
Hex 9F 6D DD 1C 33 0 D 10B 3E 41
Octal 237 155 335 34 63 0 15 413 76 101
Binary 10011111 1101101 11011101 11100 110011 0 1101 100001011 111110 1000001

Color Harmonies of #9F6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6DDD

Black with #9F6DDD

Text Example


Text Example

White with #9F6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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