Html Css Color HEX #8C0595 Dark Magenta

📋 copy color: '#8C0595'

red 140 ◦ green 5 ◦ blue 149

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

Shades of Dark Magenta #8C0595

Tints of Dark Magenta #8C0595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.7%

 BLUE value IS 149 (58.59% from 255) = 50.68%

R = 47.62%
G = 1.7%
B = 50.68%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C0595 (or 0x8C0595) is known color: Dark Magenta. HEX triplet: 8C, 05 and 95. RGB value is (140,5,149). Sum of RGB (Red+Green+Blue) = 140+5+149=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C0595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0595 is #73FA6A. Grayscale: #3D3D3D. Windows color (decimal): -7600747 or 9766284. OLE color: 9766284.

HSL color Cylindrical-coordinate representation of color #8C0595: hue angle of 296.25º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C0595 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 5 149 -
CMYK 0.06 0.97 0 0.42
HSL 296.25º 0.94% 0.3% -
HSV(B) 296.25º 0.97% 0.58% -
XYZ 16.29 7.85 29.09 -
YUV 61.78 177.23 183.79 -
System Red Green Blue C M Y K H S L
Decimal 140 5 149 0.06 0.97 0 0.42 296.25 0.94 0.3
Hex 8C 5 95 6 61 0 2A 128 5E 1E
Octal 214 5 225 6 141 0 52 450 136 36
Binary 10001100 101 10010101 110 1100001 0 101010 100101000 1011110 11110

Color Harmonies of #8C0595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0595

Black with #8C0595

Text Example


Text Example

White with #8C0595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,5,149); }

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

background-color css

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

 a { background-color: rgb(140,5,149); }

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

border-color css

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

 span { border-color: rgb(140,5,149); }

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