Html Css Color HEX #8C0894 Dark Magenta

📋 copy color: '#8C0894'

red 140 ◦ green 8 ◦ blue 148

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

Shades of Dark Magenta #8C0894

Tints of Dark Magenta #8C0894

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.7%

 BLUE value IS 148 (58.2% from 255) = 50%

R = 47.3%
G = 2.7%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C0894 (or 0x8C0894) is known color: Dark Magenta. HEX triplet: 8C, 08 and 94. RGB value is (140,8,148). Sum of RGB (Red+Green+Blue) = 140+8+148=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C0894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0894 is #73F76B. Grayscale: #3F3F3F. Windows color (decimal): -7599980 or 9701516. OLE color: 9701516.

HSL color Cylindrical-coordinate representation of color #8C0894: hue angle of 296.57º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0894 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 8 148 -
CMYK 0.05 0.95 0 0.42
HSL 296.57º 0.9% 0.31% -
HSV(B) 296.57º 0.95% 0.58% -
XYZ 16.25 7.89 28.68 -
YUV 63.43 175.73 182.62 -
System Red Green Blue C M Y K H S L
Decimal 140 8 148 0.05 0.95 0 0.42 296.57 0.9 0.31
Hex 8C 8 94 5 5F 0 2A 129 5A 1F
Octal 214 10 224 5 137 0 52 451 132 37
Binary 10001100 1000 10010100 101 1011111 0 101010 100101001 1011010 11111

Color Harmonies of #8C0894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0894

Black with #8C0894

Text Example


Text Example

White with #8C0894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,8,148); }

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

background-color css

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

 a { background-color: rgb(140,8,148); }

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

border-color css

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

 span { border-color: rgb(140,8,148); }

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