Html Css Color HEX #90198D Dark Magenta

📋 copy color: '#90198D'

red 144 ◦ green 25 ◦ blue 141

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

Shades of Dark Magenta #90198D

Tints of Dark Magenta #90198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

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

R = 46.45%
G = 8.06%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#90198D (or 0x90198D) is known color: Dark Magenta. HEX triplet: 90, 19 and 8D. RGB value is (144,25,141). Sum of RGB (Red+Green+Blue) = 144+25+141=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #90198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90198D is #6FE672. Grayscale: #494949. Windows color (decimal): -7333491 or 9247120. OLE color: 9247120.

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

Color convert

RGB 144 25 141 -
CMYK 0 0.83 0.02 0.44
HSL 301.51º 0.7% 0.33% -
HSV(B) 301.51º 0.83% 0.56% -
XYZ 16.66 8.55 25.97 -
YUV 73.81 165.92 178.07 -
System Red Green Blue C M Y K H S L
Decimal 144 25 141 0 0.83 0.02 0.44 301.51 0.7 0.33
Hex 90 19 8D 0 53 2 2C 12E 46 21
Octal 220 31 215 0 123 2 54 456 106 41
Binary 10010000 11001 10001101 0 1010011 10 101100 100101110 1000110 100001

Color Harmonies of #90198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90198D

Black with #90198D

Text Example


Text Example

White with #90198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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