Html Css Color HEX #8C60DF Medium Purple

📋 copy color: '#8C60DF'

red 140 ◦ green 96 ◦ blue 223

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

Shades of Medium Purple #8C60DF

Tints of Medium Purple #8C60DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 30.5%
G = 20.92%
B = 48.58%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C60DF (or 0x8C60DF) is known color: Medium Purple. HEX triplet: 8C, 60 and DF. RGB value is (140,96,223). Sum of RGB (Red+Green+Blue) = 140+96+223=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C60DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C60DF is #739F20. Grayscale: #7B7B7B. Windows color (decimal): -7577377 or 14639244. OLE color: 14639244.

HSL color Cylindrical-coordinate representation of color #8C60DF: hue angle of 260.79º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C60DF is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 96 223 -
CMYK 0.37 0.57 0 0.13
HSL 260.79º 0.66% 0.63% -
HSV(B) 260.79º 0.57% 0.87% -
XYZ 28.32 19.27 72.04 -
YUV 123.63 184.08 139.67 -
System Red Green Blue C M Y K H S L
Decimal 140 96 223 0.37 0.57 0 0.13 260.79 0.66 0.63
Hex 8C 60 DF 25 39 0 D 105 42 3F
Octal 214 140 337 45 71 0 15 405 102 77
Binary 10001100 1100000 11011111 100101 111001 0 1101 100000101 1000010 111111

Color Harmonies of #8C60DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C60DF

Black with #8C60DF

Text Example


Text Example

White with #8C60DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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