Html Css Color HEX #8C58EA Medium Purple

📋 copy color: '#8C58EA'

red 140 ◦ green 88 ◦ blue 234

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

Shades of Medium Purple #8C58EA

Tints of Medium Purple #8C58EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.65%

R = 30.3%
G = 19.05%
B = 50.65%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C58EA (or 0x8C58EA) is known color: Medium Purple. HEX triplet: 8C, 58 and EA. RGB value is (140,88,234). Sum of RGB (Red+Green+Blue) = 140+88+234=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C58EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C58EA is #73A715. Grayscale: #777777. Windows color (decimal): -7579414 or 15358092. OLE color: 15358092.

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

Color convert

RGB 140 88 234 -
CMYK 0.40 0.62 0 0.08
HSL 261.37º 0.78% 0.63% -
HSV(B) 261.37º 0.62% 0.92% -
XYZ 29.16 18.5 79.88 -
YUV 120.19 192.23 142.13 -
System Red Green Blue C M Y K H S L
Decimal 140 88 234 0.40 0.62 0 0.08 261.37 0.78 0.63
Hex 8C 58 EA 28 3E 0 8 105 4E 3F
Octal 214 130 352 50 76 0 10 405 116 77
Binary 10001100 1011000 11101010 101000 111110 0 1000 100000101 1001110 111111

Color Harmonies of #8C58EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C58EA

Black with #8C58EA

Text Example


Text Example

White with #8C58EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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