Html Css Color HEX #8D55EB Medium Purple

📋 copy color: '#8D55EB'

red 141 ◦ green 85 ◦ blue 235

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

Shades of Medium Purple #8D55EB

Tints of Medium Purple #8D55EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.44%

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

R = 30.59%
G = 18.44%
B = 50.98%

CMYK

 C value IS 0.4

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D55EB (or 0x8D55EB) is known color: Medium Purple. HEX triplet: 8D, 55 and EB. RGB value is (141,85,235). Sum of RGB (Red+Green+Blue) = 141+85+235=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D55EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D55EB is #72AA14. Grayscale: #767676. Windows color (decimal): -7514645 or 15422861. OLE color: 15422861.

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

Color convert

RGB 141 85 235 -
CMYK 0.4 0.64 0 0.08
HSL 262.4º 0.79% 0.63% -
HSV(B) 262.4º 0.64% 0.92% -
XYZ 29.23 18.16 80.56 -
YUV 118.84 193.55 143.8 -
System Red Green Blue C M Y K H S L
Decimal 141 85 235 0.4 0.64 0 0.08 262.4 0.79 0.63
Hex 8D 55 EB 28 40 0 8 106 4F 3F
Octal 215 125 353 50 100 0 10 406 117 77
Binary 10001101 1010101 11101011 101000 1000000 0 1000 100000110 1001111 111111

Color Harmonies of #8D55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D55EB

Black with #8D55EB

Text Example


Text Example

White with #8D55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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