Html Css Color HEX #8D6AEB Medium Purple

📋 copy color: '#8D6AEB'

red 141 ◦ green 106 ◦ blue 235

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

Shades of Medium Purple #8D6AEB

Tints of Medium Purple #8D6AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 29.25%
G = 21.99%
B = 48.76%

CMYK

 C value IS 0.4

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D6AEB (or 0x8D6AEB) is known color: Medium Purple. HEX triplet: 8D, 6A and EB. RGB value is (141,106,235). Sum of RGB (Red+Green+Blue) = 141+106+235=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D6AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6AEB is #729514. Grayscale: #828282. Windows color (decimal): -7509269 or 15428237. OLE color: 15428237.

HSL color Cylindrical-coordinate representation of color #8D6AEB: hue angle of 256.28º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D6AEB is Cyan = 0.4, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 106 235 -
CMYK 0.4 0.55 0 0.08
HSL 256.28º 0.76% 0.67% -
HSV(B) 256.28º 0.55% 0.92% -
XYZ 31.13 21.97 81.2 -
YUV 131.17 186.6 135.01 -
System Red Green Blue C M Y K H S L
Decimal 141 106 235 0.4 0.55 0 0.08 256.28 0.76 0.67
Hex 8D 6A EB 28 37 0 8 100 4C 43
Octal 215 152 353 50 67 0 10 400 114 103
Binary 10001101 1101010 11101011 101000 110111 0 1000 100000000 1001100 1000011

Color Harmonies of #8D6AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6AEB

Black with #8D6AEB

Text Example


Text Example

White with #8D6AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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