Html Css Color HEX #8C60EB Medium Purple

📋 copy color: '#8C60EB'

red 140 ◦ green 96 ◦ blue 235

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

Shades of Medium Purple #8C60EB

Tints of Medium Purple #8C60EB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.38%

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

R = 29.72%
G = 20.38%
B = 49.89%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C60EB (or 0x8C60EB) is known color: Medium Purple. HEX triplet: 8C, 60 and EB. RGB value is (140,96,235). Sum of RGB (Red+Green+Blue) = 140+96+235=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C60EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C60EB is #739F14. Grayscale: #7C7C7C. Windows color (decimal): -7577365 or 15425676. OLE color: 15425676.

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

Color convert

RGB 140 96 235 -
CMYK 0.40 0.59 0 0.08
HSL 258.99º 0.78% 0.65% -
HSV(B) 258.99º 0.59% 0.92% -
XYZ 29.99 19.94 80.87 -
YUV 125 190.08 138.7 -
System Red Green Blue C M Y K H S L
Decimal 140 96 235 0.40 0.59 0 0.08 258.99 0.78 0.65
Hex 8C 60 EB 28 3B 0 8 103 4E 41
Octal 214 140 353 50 73 0 10 403 116 101
Binary 10001100 1100000 11101011 101000 111011 0 1000 100000011 1001110 1000001

Color Harmonies of #8C60EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C60EB

Black with #8C60EB

Text Example


Text Example

White with #8C60EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,96,235); }

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

background-color css

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

 a { background-color: rgb(140,96,235); }

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

border-color css

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

 span { border-color: rgb(140,96,235); }

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