Html Css Color HEX #8B6EDD Medium Purple

📋 copy color: '#8B6EDD'

red 139 ◦ green 110 ◦ blue 221

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

Shades of Medium Purple #8B6EDD

Tints of Medium Purple #8B6EDD

RGB

 RED value IS 139 (54.69% from 255) = 29.57%

 GREEN value IS 110 (43.36% from 255) = 23.4%

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 29.57%
G = 23.4%
B = 47.02%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B6EDD (or 0x8B6EDD) is known color: Medium Purple. HEX triplet: 8B, 6E and DD. RGB value is (139,110,221). Sum of RGB (Red+Green+Blue) = 139+110+221=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B6EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6EDD is #749122. Grayscale: #828282. Windows color (decimal): -7639331 or 14511755. OLE color: 14511755.

HSL color Cylindrical-coordinate representation of color #8B6EDD: hue angle of 255.68º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B6EDD is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 110 221 -
CMYK 0.37 0.50 0 0.13
HSL 255.68º 0.62% 0.65% -
HSV(B) 255.68º 0.5% 0.87% -
XYZ 29.27 21.86 71.08 -
YUV 131.33 178.61 133.47 -
System Red Green Blue C M Y K H S L
Decimal 139 110 221 0.37 0.50 0 0.13 255.68 0.62 0.65
Hex 8B 6E DD 25 32 0 D 100 3E 41
Octal 213 156 335 45 62 0 15 400 76 101
Binary 10001011 1101110 11011101 100101 110010 0 1101 100000000 111110 1000001

Color Harmonies of #8B6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6EDD

Black with #8B6EDD

Text Example


Text Example

White with #8B6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,110,221); }

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

background-color css

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

 a { background-color: rgb(139,110,221); }

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

border-color css

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

 span { border-color: rgb(139,110,221); }

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