Html Css Color HEX #9D6EDA Medium Purple

📋 copy color: '#9D6EDA'

red 157 ◦ green 110 ◦ blue 218

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

Shades of Medium Purple #9D6EDA

Tints of Medium Purple #9D6EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 32.37%
G = 22.68%
B = 44.95%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9D6EDA (or 0x9D6EDA) is known color: Medium Purple. HEX triplet: 9D, 6E and DA. RGB value is (157,110,218). Sum of RGB (Red+Green+Blue) = 157+110+218=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D6EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6EDA is #629125. Grayscale: #878787. Windows color (decimal): -6459686 or 14315165. OLE color: 14315165.

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

Color convert

RGB 157 110 218 -
CMYK 0.28 0.50 0 0.15
HSL 266.11º 0.59% 0.64% -
HSV(B) 266.11º 0.5% 0.85% -
XYZ 32.14 23.38 69.15 -
YUV 136.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 157 110 218 0.28 0.50 0 0.15 266.11 0.59 0.64
Hex 9D 6E DA 1C 32 0 F 10A 3B 40
Octal 235 156 332 34 62 0 17 412 73 100
Binary 10011101 1101110 11011010 11100 110010 0 1111 100001010 111011 1000000

Color Harmonies of #9D6EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6EDA

Black with #9D6EDA

Text Example


Text Example

White with #9D6EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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