Html Css Color HEX #8D6BEC Medium Purple

📋 copy color: '#8D6BEC'

red 141 ◦ green 107 ◦ blue 236

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

Shades of Medium Purple #8D6BEC

Tints of Medium Purple #8D6BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.11%

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 29.13%
G = 22.11%
B = 48.76%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D6BEC (or 0x8D6BEC) is known color: Medium Purple. HEX triplet: 8D, 6B and EC. RGB value is (141,107,236). Sum of RGB (Red+Green+Blue) = 141+107+236=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D6BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6BEC is #729413. Grayscale: #838383. Windows color (decimal): -7509012 or 15494029. OLE color: 15494029.

HSL color Cylindrical-coordinate representation of color #8D6BEC: hue angle of 255.81º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D6BEC is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 107 236 -
CMYK 0.40 0.55 0 0.07
HSL 255.81º 0.77% 0.67% -
HSV(B) 255.81º 0.55% 0.93% -
XYZ 31.38 22.23 81.99 -
YUV 131.87 186.76 134.51 -
System Red Green Blue C M Y K H S L
Decimal 141 107 236 0.40 0.55 0 0.07 255.81 0.77 0.67
Hex 8D 6B EC 28 37 0 7 100 4D 43
Octal 215 153 354 50 67 0 7 400 115 103
Binary 10001101 1101011 11101100 101000 110111 0 111 100000000 1001101 1000011

Color Harmonies of #8D6BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6BEC

Black with #8D6BEC

Text Example


Text Example

White with #8D6BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,107,236); }

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

background-color css

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

 a { background-color: rgb(141,107,236); }

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

border-color css

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

 span { border-color: rgb(141,107,236); }

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