Html Css Color HEX #8C61DF Medium Purple

📋 copy color: '#8C61DF'

red 140 ◦ green 97 ◦ blue 223

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

Shades of Medium Purple #8C61DF

Tints of Medium Purple #8C61DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.09%

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

R = 30.43%
G = 21.09%
B = 48.48%

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

#8C61DF (or 0x8C61DF) is known color: Medium Purple. HEX triplet: 8C, 61 and DF. RGB value is (140,97,223). Sum of RGB (Red+Green+Blue) = 140+97+223=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C61DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C61DF is #739E20. Grayscale: #7B7B7B. Windows color (decimal): -7577121 or 14639500. OLE color: 14639500.

HSL color Cylindrical-coordinate representation of color #8C61DF: hue angle of 260.48º 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 #8C61DF is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 97 223 -
CMYK 0.37 0.57 0 0.13
HSL 260.48º 0.66% 0.63% -
HSV(B) 260.48º 0.57% 0.87% -
XYZ 28.41 19.45 72.07 -
YUV 124.22 183.75 139.25 -
System Red Green Blue C M Y K H S L
Decimal 140 97 223 0.37 0.57 0 0.13 260.48 0.66 0.63
Hex 8C 61 DF 25 39 0 D 104 42 3F
Octal 214 141 337 45 71 0 15 404 102 77
Binary 10001100 1100001 11011111 100101 111001 0 1101 100000100 1000010 111111

Color Harmonies of #8C61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C61DF

Black with #8C61DF

Text Example


Text Example

White with #8C61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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