Html Css Color HEX #8D78DA Medium Purple

📋 copy color: '#8D78DA'

red 141 ◦ green 120 ◦ blue 218

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

Shades of Medium Purple #8D78DA

Tints of Medium Purple #8D78DA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.05%

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

R = 29.44%
G = 25.05%
B = 45.51%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8D78DA (or 0x8D78DA) is known color: Medium Purple. HEX triplet: 8D, 78 and DA. RGB value is (141,120,218). Sum of RGB (Red+Green+Blue) = 141+120+218=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D78DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D78DA is #728725. Grayscale: #898989. Windows color (decimal): -7505702 or 14317709. OLE color: 14317709.

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

Color convert

RGB 141 120 218 -
CMYK 0.35 0.45 0 0.15
HSL 252.86º 0.57% 0.66% -
HSV(B) 252.86º 0.45% 0.85% -
XYZ 30.36 24.16 69.39 -
YUV 137.45 173.46 130.53 -
System Red Green Blue C M Y K H S L
Decimal 141 120 218 0.35 0.45 0 0.15 252.86 0.57 0.66
Hex 8D 78 DA 23 2D 0 F FD 39 42
Octal 215 170 332 43 55 0 17 375 71 102
Binary 10001101 1111000 11011010 100011 101101 0 1111 11111101 111001 1000010

Color Harmonies of #8D78DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D78DA

Black with #8D78DA

Text Example


Text Example

White with #8D78DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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