Html Css Color HEX #99087D Dark Magenta

📋 copy color: '#99087D'

red 153 ◦ green 8 ◦ blue 125

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

Shades of Dark Magenta #99087D

Tints of Dark Magenta #99087D

RGB

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

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

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

R = 53.5%
G = 2.8%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99087D (or 0x99087D) is known color: Dark Magenta. HEX triplet: 99, 08 and 7D. RGB value is (153,8,125). Sum of RGB (Red+Green+Blue) = 153+8+125=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #99087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99087D is #66F782. Grayscale: #404040. Windows color (decimal): -6748035 or 8194201. OLE color: 8194201.

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

Color convert

RGB 153 8 125 -
CMYK 0 0.95 0.18 0.4
HSL 311.59º 0.9% 0.32% -
HSV(B) 311.59º 0.95% 0.6% -
XYZ 16.93 8.43 20.14 -
YUV 64.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 153 8 125 0 0.95 0.18 0.4 311.59 0.9 0.32
Hex 99 8 7D 0 5F 12 28 138 5A 20
Octal 231 10 175 0 137 22 50 470 132 40
Binary 10011001 1000 1111101 0 1011111 10010 101000 100111000 1011010 100000

Color Harmonies of #99087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99087D

Black with #99087D

Text Example


Text Example

White with #99087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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