Html Css Color HEX #8D6ADB Medium Purple

📋 copy color: '#8D6ADB'

red 141 ◦ green 106 ◦ blue 219

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

Shades of Medium Purple #8D6ADB

Tints of Medium Purple #8D6ADB

RGB

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

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

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

R = 30.26%
G = 22.75%
B = 47%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D6ADB (or 0x8D6ADB) is known color: Medium Purple. HEX triplet: 8D, 6A and DB. RGB value is (141,106,219). Sum of RGB (Red+Green+Blue) = 141+106+219=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D6ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6ADB is #729524. Grayscale: #808080. Windows color (decimal): -7509285 or 14379661. OLE color: 14379661.

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

Color convert

RGB 141 106 219 -
CMYK 0.36 0.52 0 0.14
HSL 258.58º 0.61% 0.64% -
HSV(B) 258.58º 0.52% 0.86% -
XYZ 28.92 21.09 69.56 -
YUV 129.35 178.6 136.31 -
System Red Green Blue C M Y K H S L
Decimal 141 106 219 0.36 0.52 0 0.14 258.58 0.61 0.64
Hex 8D 6A DB 24 34 0 E 103 3D 40
Octal 215 152 333 44 64 0 16 403 75 100
Binary 10001101 1101010 11011011 100100 110100 0 1110 100000011 111101 1000000

Color Harmonies of #8D6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6ADB

Black with #8D6ADB

Text Example


Text Example

White with #8D6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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