Html Css Color HEX #99039B Dark Magenta

📋 copy color: '#99039B'

red 153 ◦ green 3 ◦ blue 155

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

Shades of Dark Magenta #99039B

Tints of Dark Magenta #99039B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 155 (60.94% from 255) = 49.84%

R = 49.2%
G = 0.96%
B = 49.84%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99039B (or 0x99039B) is known color: Dark Magenta. HEX triplet: 99, 03 and 9B. RGB value is (153,3,155). Sum of RGB (Red+Green+Blue) = 153+3+155=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #99039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99039B is #66FC64. Grayscale: #404040. Windows color (decimal): -6749285 or 10159001. OLE color: 10159001.

HSL color Cylindrical-coordinate representation of color #99039B: hue angle of 299.21º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99039B is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 3 155 -
CMYK 0.01 0.98 0 0.39
HSL 299.21º 0.96% 0.31% -
HSV(B) 299.21º 0.98% 0.61% -
XYZ 19.09 9.2 31.78 -
YUV 65.18 178.7 190.64 -
System Red Green Blue C M Y K H S L
Decimal 153 3 155 0.01 0.98 0 0.39 299.21 0.96 0.31
Hex 99 3 9B 1 62 0 27 12B 60 1F
Octal 231 3 233 1 142 0 47 453 140 37
Binary 10011001 11 10011011 1 1100010 0 100111 100101011 1100000 11111

Color Harmonies of #99039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99039B

Black with #99039B

Text Example


Text Example

White with #99039B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99039B; }

 p { color: rgb(153,3,155); }

 H1.HeaderClassName
 {
   color: #99039B;
 }
 .AnyTagClassName
 {
   color: #99039B;
 }
</style>

background-color css

<style>
 a { background-color: #99039B; }

 a { background-color: rgb(153,3,155); }

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

border-color css

<style>
 span { border-color: #99039B; }

 span { border-color: rgb(153,3,155); }

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