Html Css Color HEX #9F6EDE Medium Purple

📋 copy color: '#9F6EDE'

red 159 ◦ green 110 ◦ blue 222

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

Shades of Medium Purple #9F6EDE

Tints of Medium Purple #9F6EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.4%

 BLUE value IS 222 (87.11% from 255) = 45.21%

R = 32.38%
G = 22.4%
B = 45.21%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F6EDE (or 0x9F6EDE) is known color: Medium Purple. HEX triplet: 9F, 6E and DE. RGB value is (159,110,222). Sum of RGB (Red+Green+Blue) = 159+110+222=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F6EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6EDE is #609121. Grayscale: #898989. Windows color (decimal): -6328610 or 14577311. OLE color: 14577311.

HSL color Cylindrical-coordinate representation of color #9F6EDE: hue angle of 266.25º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F6EDE is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 110 222 -
CMYK 0.28 0.50 0 0.13
HSL 266.25º 0.63% 0.65% -
HSV(B) 266.25º 0.5% 0.87% -
XYZ 33.06 23.8 71.96 -
YUV 137.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 159 110 222 0.28 0.50 0 0.13 266.25 0.63 0.65
Hex 9F 6E DE 1C 32 0 D 10A 3F 41
Octal 237 156 336 34 62 0 15 412 77 101
Binary 10011111 1101110 11011110 11100 110010 0 1101 100001010 111111 1000001

Color Harmonies of #9F6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6EDE

Black with #9F6EDE

Text Example


Text Example

White with #9F6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,110,222); }

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

background-color css

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

 a { background-color: rgb(159,110,222); }

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

border-color css

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

 span { border-color: rgb(159,110,222); }

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