Html Css Color HEX #990381 Dark Magenta

📋 copy color: '#990381'

red 153 ◦ green 3 ◦ blue 129

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

Shades of Dark Magenta #990381

Tints of Dark Magenta #990381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.26%

R = 53.68%
G = 1.05%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#990381 (or 0x990381) is known color: Dark Magenta. HEX triplet: 99, 03 and 81. RGB value is (153,3,129). Sum of RGB (Red+Green+Blue) = 153+3+129=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #990381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990381 is #66FC7E. Grayscale: #3D3D3D. Windows color (decimal): -6749311 or 8455065. OLE color: 8455065.

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

Color convert

RGB 153 3 129 -
CMYK 0 0.98 0.16 0.4
HSL 309.6º 0.96% 0.31% -
HSV(B) 309.6º 0.98% 0.6% -
XYZ 17.13 8.42 21.49 -
YUV 62.21 165.7 192.75 -
System Red Green Blue C M Y K H S L
Decimal 153 3 129 0 0.98 0.16 0.4 309.6 0.96 0.31
Hex 99 3 81 0 62 10 28 136 60 1F
Octal 231 3 201 0 142 20 50 466 140 37
Binary 10011001 11 10000001 0 1100010 10000 101000 100110110 1100000 11111

Color Harmonies of #990381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990381

Black with #990381

Text Example


Text Example

White with #990381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990381; }

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

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

background-color css

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

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

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

border-color css

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

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

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