Html Css Color HEX #90038D Dark Magenta

📋 copy color: '#90038D'

red 144 ◦ green 3 ◦ blue 141

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

Shades of Dark Magenta #90038D

Tints of Dark Magenta #90038D

RGB

 RED value IS 144 (56.64% from 255) = 50%

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

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

R = 50%
G = 1.04%
B = 48.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#90038D (or 0x90038D) is known color: Dark Magenta. HEX triplet: 90, 03 and 8D. RGB value is (144,3,141). Sum of RGB (Red+Green+Blue) = 144+3+141=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #90038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90038D is #6FFC72. Grayscale: #3C3C3C. Windows color (decimal): -7339123 or 9241488. OLE color: 9241488.

HSL color Cylindrical-coordinate representation of color #90038D: hue angle of 301.28º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90038D is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 3 141 -
CMYK 0 0.98 0.02 0.44
HSL 301.28º 0.96% 0.29% -
HSV(B) 301.28º 0.98% 0.56% -
XYZ 16.34 7.92 25.87 -
YUV 60.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 144 3 141 0 0.98 0.02 0.44 301.28 0.96 0.29
Hex 90 3 8D 0 62 2 2C 12D 60 1D
Octal 220 3 215 0 142 2 54 455 140 35
Binary 10010000 11 10001101 0 1100010 10 101100 100101101 1100000 11101

Color Harmonies of #90038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90038D

Black with #90038D

Text Example


Text Example

White with #90038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,3,141); }

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

background-color css

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

 a { background-color: rgb(144,3,141); }

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

border-color css

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

 span { border-color: rgb(144,3,141); }

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