Html Css Color HEX #8C0798 Dark Magenta

📋 copy color: '#8C0798'

red 140 ◦ green 7 ◦ blue 152

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

Shades of Dark Magenta #8C0798

Tints of Dark Magenta #8C0798

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

 BLUE value IS 152 (59.77% from 255) = 50.84%

R = 46.82%
G = 2.34%
B = 50.84%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8C0798 (or 0x8C0798) is known color: Dark Magenta. HEX triplet: 8C, 07 and 98. RGB value is (140,7,152). Sum of RGB (Red+Green+Blue) = 140+7+152=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C0798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0798 is #73F867. Grayscale: #3E3E3E. Windows color (decimal): -7600232 or 9963404. OLE color: 9963404.

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

Color convert

RGB 140 7 152 -
CMYK 0.08 0.95 0 0.40
HSL 295.03º 0.91% 0.31% -
HSV(B) 295.03º 0.95% 0.6% -
XYZ 16.56 7.99 30.38 -
YUV 63.3 178.06 182.71 -
System Red Green Blue C M Y K H S L
Decimal 140 7 152 0.08 0.95 0 0.40 295.03 0.91 0.31
Hex 8C 7 98 8 5F 0 28 127 5B 1F
Octal 214 7 230 10 137 0 50 447 133 37
Binary 10001100 111 10011000 1000 1011111 0 101000 100100111 1011011 11111

Color Harmonies of #8C0798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0798

Black with #8C0798

Text Example


Text Example

White with #8C0798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,7,152); }

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

background-color css

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

 a { background-color: rgb(140,7,152); }

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

border-color css

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

 span { border-color: rgb(140,7,152); }

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