Html Css Color HEX #8D6ADE Medium Purple

📋 copy color: '#8D6ADE'

red 141 ◦ green 106 ◦ blue 222

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

Shades of Medium Purple #8D6ADE

Tints of Medium Purple #8D6ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.6%

 BLUE value IS 222 (87.11% from 255) = 47.33%

R = 30.06%
G = 22.6%
B = 47.33%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D6ADE (or 0x8D6ADE) is known color: Medium Purple. HEX triplet: 8D, 6A and DE. RGB value is (141,106,222). Sum of RGB (Red+Green+Blue) = 141+106+222=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D6ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6ADE is #729521. Grayscale: #818181. Windows color (decimal): -7509282 or 14576269. OLE color: 14576269.

HSL color Cylindrical-coordinate representation of color #8D6ADE: hue angle of 258.1º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D6ADE is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 106 222 -
CMYK 0.36 0.52 0 0.13
HSL 258.1º 0.64% 0.64% -
HSV(B) 258.1º 0.52% 0.87% -
XYZ 29.32 21.24 71.66 -
YUV 129.69 180.1 136.07 -
System Red Green Blue C M Y K H S L
Decimal 141 106 222 0.36 0.52 0 0.13 258.1 0.64 0.64
Hex 8D 6A DE 24 34 0 D 102 40 40
Octal 215 152 336 44 64 0 15 402 100 100
Binary 10001101 1101010 11011110 100100 110100 0 1101 100000010 1000000 1000000

Color Harmonies of #8D6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6ADE

Black with #8D6ADE

Text Example


Text Example

White with #8D6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,106,222); }

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

background-color css

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

 a { background-color: rgb(141,106,222); }

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

border-color css

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

 span { border-color: rgb(141,106,222); }

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