Html Css Color HEX #9D6FD9 Medium Purple

📋 copy color: '#9D6FD9'

red 157 ◦ green 111 ◦ blue 217

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

Shades of Medium Purple #9D6FD9

Tints of Medium Purple #9D6FD9

RGB

 RED value IS 157 (61.72% from 255) = 32.37%

 GREEN value IS 111 (43.75% from 255) = 22.89%

 BLUE value IS 217 (85.16% from 255) = 44.74%

R = 32.37%
G = 22.89%
B = 44.74%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9D6FD9 (or 0x9D6FD9) is known color: Medium Purple. HEX triplet: 9D, 6F and D9. RGB value is (157,111,217). Sum of RGB (Red+Green+Blue) = 157+111+217=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #9D6FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6FD9 is #629026. Grayscale: #888888. Windows color (decimal): -6459431 or 14249885. OLE color: 14249885.

HSL color Cylindrical-coordinate representation of color #9D6FD9: hue angle of 266.04º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D6FD9 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 111 217 -
CMYK 0.28 0.49 0 0.15
HSL 266.04º 0.58% 0.64% -
HSV(B) 266.04º 0.49% 0.85% -
XYZ 32.11 23.55 68.5 -
YUV 136.84 173.24 142.38 -
System Red Green Blue C M Y K H S L
Decimal 157 111 217 0.28 0.49 0 0.15 266.04 0.58 0.64
Hex 9D 6F D9 1C 31 0 F 10A 3A 40
Octal 235 157 331 34 61 0 17 412 72 100
Binary 10011101 1101111 11011001 11100 110001 0 1111 100001010 111010 1000000

Color Harmonies of #9D6FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6FD9

Black with #9D6FD9

Text Example


Text Example

White with #9D6FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,111,217); }

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

background-color css

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

 a { background-color: rgb(157,111,217); }

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

border-color css

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

 span { border-color: rgb(157,111,217); }

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