Html Css Color HEX #8C0899 Dark Magenta

📋 copy color: '#8C0899'

red 140 ◦ green 8 ◦ blue 153

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

Shades of Dark Magenta #8C0899

Tints of Dark Magenta #8C0899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.83%

R = 46.51%
G = 2.66%
B = 50.83%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8C0899 (or 0x8C0899) is known color: Dark Magenta. HEX triplet: 8C, 08 and 99. RGB value is (140,8,153). Sum of RGB (Red+Green+Blue) = 140+8+153=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C0899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0899 is #73F766. Grayscale: #3F3F3F. Windows color (decimal): -7599975 or 10029196. OLE color: 10029196.

HSL color Cylindrical-coordinate representation of color #8C0899: hue angle of 294.62º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0899 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 8 153 -
CMYK 0.08 0.95 0 0.4
HSL 294.62º 0.9% 0.32% -
HSV(B) 294.62º 0.95% 0.6% -
XYZ 16.65 8.05 30.81 -
YUV 64 178.23 182.21 -
System Red Green Blue C M Y K H S L
Decimal 140 8 153 0.08 0.95 0 0.4 294.62 0.9 0.32
Hex 8C 8 99 8 5F 0 28 127 5A 20
Octal 214 10 231 10 137 0 50 447 132 40
Binary 10001100 1000 10011001 1000 1011111 0 101000 100100111 1011010 100000

Color Harmonies of #8C0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0899

Black with #8C0899

Text Example


Text Example

White with #8C0899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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