Html Css Color HEX #8C58DC Medium Purple

📋 copy color: '#8C58DC'

red 140 ◦ green 88 ◦ blue 220

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

Shades of Medium Purple #8C58DC

Tints of Medium Purple #8C58DC

RGB

 RED value IS 140 (55.08% from 255) = 31.25%

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

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 31.25%
G = 19.64%
B = 49.11%

CMYK

 C value IS 0.36

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C58DC (or 0x8C58DC) is known color: Medium Purple. HEX triplet: 8C, 58 and DC. RGB value is (140,88,220). Sum of RGB (Red+Green+Blue) = 140+88+220=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C58DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C58DC is #73A723. Grayscale: #767676. Windows color (decimal): -7579428 or 14440588. OLE color: 14440588.

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

Color convert

RGB 140 88 220 -
CMYK 0.36 0.6 0 0.14
HSL 263.64º 0.65% 0.6% -
HSV(B) 263.64º 0.6% 0.86% -
XYZ 27.22 17.72 69.7 -
YUV 118.6 185.23 143.27 -
System Red Green Blue C M Y K H S L
Decimal 140 88 220 0.36 0.6 0 0.14 263.64 0.65 0.6
Hex 8C 58 DC 24 3C 0 E 108 41 3C
Octal 214 130 334 44 74 0 16 410 101 74
Binary 10001100 1011000 11011100 100100 111100 0 1110 100001000 1000001 111100

Color Harmonies of #8C58DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C58DC

Black with #8C58DC

Text Example


Text Example

White with #8C58DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,88,220); }

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

background-color css

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

 a { background-color: rgb(140,88,220); }

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

border-color css

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

 span { border-color: rgb(140,88,220); }

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