Html Css Color HEX #8D76DB Medium Purple

📋 copy color: '#8D76DB'

red 141 ◦ green 118 ◦ blue 219

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

Shades of Medium Purple #8D76DB

Tints of Medium Purple #8D76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.69%

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 29.5%
G = 24.69%
B = 45.82%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D76DB (or 0x8D76DB) is known color: Medium Purple. HEX triplet: 8D, 76 and DB. RGB value is (141,118,219). Sum of RGB (Red+Green+Blue) = 141+118+219=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D76DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D76DB is #728924. Grayscale: #888888. Windows color (decimal): -7506213 or 14382733. OLE color: 14382733.

HSL color Cylindrical-coordinate representation of color #8D76DB: hue angle of 253.66º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D76DB is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 118 219 -
CMYK 0.36 0.46 0 0.14
HSL 253.66º 0.58% 0.66% -
HSV(B) 253.66º 0.46% 0.86% -
XYZ 30.25 23.73 70 -
YUV 136.39 174.62 131.29 -
System Red Green Blue C M Y K H S L
Decimal 141 118 219 0.36 0.46 0 0.14 253.66 0.58 0.66
Hex 8D 76 DB 24 2E 0 E FE 3A 42
Octal 215 166 333 44 56 0 16 376 72 102
Binary 10001101 1110110 11011011 100100 101110 0 1110 11111110 111010 1000010

Color Harmonies of #8D76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D76DB

Black with #8D76DB

Text Example


Text Example

White with #8D76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,118,219); }

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

background-color css

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

 a { background-color: rgb(141,118,219); }

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

border-color css

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

 span { border-color: rgb(141,118,219); }

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