Html Css Color HEX #8D58DD Medium Purple

📋 copy color: '#8D58DD'

red 141 ◦ green 88 ◦ blue 221

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

Shades of Medium Purple #8D58DD

Tints of Medium Purple #8D58DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.56%

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

R = 31.33%
G = 19.56%
B = 49.11%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D58DD (or 0x8D58DD) is known color: Medium Purple. HEX triplet: 8D, 58 and DD. RGB value is (141,88,221). Sum of RGB (Red+Green+Blue) = 141+88+221=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D58DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D58DD is #72A722. Grayscale: #767676. Windows color (decimal): -7513891 or 14506125. OLE color: 14506125.

HSL color Cylindrical-coordinate representation of color #8D58DD: hue angle of 263.91º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D58DD is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 88 221 -
CMYK 0.36 0.60 0 0.13
HSL 263.91º 0.66% 0.61% -
HSV(B) 263.91º 0.6% 0.87% -
XYZ 27.53 17.86 70.4 -
YUV 119.01 185.56 143.69 -
System Red Green Blue C M Y K H S L
Decimal 141 88 221 0.36 0.60 0 0.13 263.91 0.66 0.61
Hex 8D 58 DD 24 3C 0 D 108 42 3D
Octal 215 130 335 44 74 0 15 410 102 75
Binary 10001101 1011000 11011101 100100 111100 0 1101 100001000 1000010 111101

Color Harmonies of #8D58DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D58DD

Black with #8D58DD

Text Example


Text Example

White with #8D58DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,88,221); }

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

background-color css

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

 a { background-color: rgb(141,88,221); }

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

border-color css

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

 span { border-color: rgb(141,88,221); }

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