Html Css Color HEX #8D5CDA Medium Purple

📋 copy color: '#8D5CDA'

red 141 ◦ green 92 ◦ blue 218

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

Shades of Medium Purple #8D5CDA

Tints of Medium Purple #8D5CDA

RGB

 RED value IS 141 (55.47% from 255) = 31.26%

 GREEN value IS 92 (36.33% from 255) = 20.4%

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

R = 31.26%
G = 20.4%
B = 48.34%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8D5CDA (or 0x8D5CDA) is known color: Medium Purple. HEX triplet: 8D, 5C and DA. RGB value is (141,92,218). Sum of RGB (Red+Green+Blue) = 141+92+218=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D5CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5CDA is #72A325. Grayscale: #787878. Windows color (decimal): -7512870 or 14310541. OLE color: 14310541.

HSL color Cylindrical-coordinate representation of color #8D5CDA: hue angle of 263.33º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D5CDA is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 92 218 -
CMYK 0.35 0.58 0 0.15
HSL 263.33º 0.63% 0.61% -
HSV(B) 263.33º 0.58% 0.85% -
XYZ 27.47 18.38 68.43 -
YUV 121.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 141 92 218 0.35 0.58 0 0.15 263.33 0.63 0.61
Hex 8D 5C DA 23 3A 0 F 107 3F 3D
Octal 215 134 332 43 72 0 17 407 77 75
Binary 10001101 1011100 11011010 100011 111010 0 1111 100000111 111111 111101

Color Harmonies of #8D5CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5CDA

Black with #8D5CDA

Text Example


Text Example

White with #8D5CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D5CDA; }

 p { color: rgb(141,92,218); }

 H1.HeaderClassName
 {
   color: #8D5CDA;
 }
 .AnyTagClassName
 {
   color: #8D5CDA;
 }
</style>

background-color css

<style>
 a { background-color: #8D5CDA; }

 a { background-color: rgb(141,92,218); }

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

border-color css

<style>
 span { border-color: #8D5CDA; }

 span { border-color: rgb(141,92,218); }

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