Html Css Color HEX #99067D Dark Magenta

📋 copy color: '#99067D'

red 153 ◦ green 6 ◦ blue 125

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

Shades of Dark Magenta #99067D

Tints of Dark Magenta #99067D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

 BLUE value IS 125 (49.22% from 255) = 44.01%

R = 53.87%
G = 2.11%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99067D (or 0x99067D) is known color: Dark Magenta. HEX triplet: 99, 06 and 7D. RGB value is (153,6,125). Sum of RGB (Red+Green+Blue) = 153+6+125=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #99067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99067D is #66F982. Grayscale: #3F3F3F. Windows color (decimal): -6748547 or 8193689. OLE color: 8193689.

HSL color Cylindrical-coordinate representation of color #99067D: hue angle of 311.43º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99067D is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 6 125 -
CMYK 0 0.96 0.18 0.4
HSL 311.43º 0.92% 0.31% -
HSV(B) 311.43º 0.96% 0.6% -
XYZ 16.9 8.38 20.13 -
YUV 63.52 162.7 191.82 -
System Red Green Blue C M Y K H S L
Decimal 153 6 125 0 0.96 0.18 0.4 311.43 0.92 0.31
Hex 99 6 7D 0 60 12 28 137 5C 1F
Octal 231 6 175 0 140 22 50 467 134 37
Binary 10011001 110 1111101 0 1100000 10010 101000 100110111 1011100 11111

Color Harmonies of #99067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99067D

Black with #99067D

Text Example


Text Example

White with #99067D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,6,125); }

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

background-color css

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

 a { background-color: rgb(153,6,125); }

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

border-color css

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

 span { border-color: rgb(153,6,125); }

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