Html Css Color HEX #9D6EE1 Medium Purple

📋 copy color: '#9D6EE1'

red 157 ◦ green 110 ◦ blue 225

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

Shades of Medium Purple #9D6EE1

Tints of Medium Purple #9D6EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.73%

R = 31.91%
G = 22.36%
B = 45.73%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9D6EE1 (or 0x9D6EE1) is known color: Medium Purple. HEX triplet: 9D, 6E and E1. RGB value is (157,110,225). Sum of RGB (Red+Green+Blue) = 157+110+225=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #9D6EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6EE1 is #62911E. Grayscale: #888888. Windows color (decimal): -6459679 or 14773917. OLE color: 14773917.

HSL color Cylindrical-coordinate representation of color #9D6EE1: hue angle of 264.52º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D6EE1 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 110 225 -
CMYK 0.30 0.51 0 0.12
HSL 264.52º 0.66% 0.66% -
HSV(B) 264.52º 0.51% 0.88% -
XYZ 33.07 23.76 74.08 -
YUV 137.16 177.57 142.15 -
System Red Green Blue C M Y K H S L
Decimal 157 110 225 0.30 0.51 0 0.12 264.52 0.66 0.66
Hex 9D 6E E1 1E 33 0 C 109 42 42
Octal 235 156 341 36 63 0 14 411 102 102
Binary 10011101 1101110 11100001 11110 110011 0 1100 100001001 1000010 1000010

Color Harmonies of #9D6EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6EE1

Black with #9D6EE1

Text Example


Text Example

White with #9D6EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,110,225); }

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

background-color css

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

 a { background-color: rgb(157,110,225); }

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

border-color css

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

 span { border-color: rgb(157,110,225); }

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