Html Css Color HEX #99078D Dark Magenta

📋 copy color: '#99078D'

red 153 ◦ green 7 ◦ blue 141

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

Shades of Dark Magenta #99078D

Tints of Dark Magenta #99078D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.84%

R = 50.83%
G = 2.33%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99078D (or 0x99078D) is known color: Dark Magenta. HEX triplet: 99, 07 and 8D. RGB value is (153,7,141). Sum of RGB (Red+Green+Blue) = 153+7+141=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99078D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99078D is #66F872. Grayscale: #414141. Windows color (decimal): -6748275 or 9242521. OLE color: 9242521.

HSL color Cylindrical-coordinate representation of color #99078D: hue angle of 304.93º 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 #99078D is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 7 141 -
CMYK 0 0.95 0.08 0.4
HSL 304.93º 0.91% 0.31% -
HSV(B) 304.93º 0.95% 0.6% -
XYZ 18.02 8.85 25.96 -
YUV 65.93 170.37 190.1 -
System Red Green Blue C M Y K H S L
Decimal 153 7 141 0 0.95 0.08 0.4 304.93 0.91 0.31
Hex 99 7 8D 0 5F 8 28 131 5B 1F
Octal 231 7 215 0 137 10 50 461 133 37
Binary 10011001 111 10001101 0 1011111 1000 101000 100110001 1011011 11111

Color Harmonies of #99078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99078D

Black with #99078D

Text Example


Text Example

White with #99078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99078D; }

 p { color: rgb(153,7,141); }

 H1.HeaderClassName
 {
   color: #99078D;
 }
 .AnyTagClassName
 {
   color: #99078D;
 }
</style>

background-color css

<style>
 a { background-color: #99078D; }

 a { background-color: rgb(153,7,141); }

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

border-color css

<style>
 span { border-color: #99078D; }

 span { border-color: rgb(153,7,141); }

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