Html Css Color HEX #90148C Dark Magenta

📋 copy color: '#90148C'

red 144 ◦ green 20 ◦ blue 140

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

Shades of Dark Magenta #90148C

Tints of Dark Magenta #90148C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.58%

 BLUE value IS 140 (55.08% from 255) = 46.05%

R = 47.37%
G = 6.58%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#90148C (or 0x90148C) is known color: Dark Magenta. HEX triplet: 90, 14 and 8C. RGB value is (144,20,140). Sum of RGB (Red+Green+Blue) = 144+20+140=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #90148C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90148C is #6FEB73. Grayscale: #464646. Windows color (decimal): -7334772 or 9180304. OLE color: 9180304.

HSL color Cylindrical-coordinate representation of color #90148C: hue angle of 301.94º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #90148C is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 20 140 -
CMYK 0 0.86 0.03 0.44
HSL 301.94º 0.76% 0.32% -
HSV(B) 301.94º 0.86% 0.56% -
XYZ 16.49 8.32 25.55 -
YUV 70.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 144 20 140 0 0.86 0.03 0.44 301.94 0.76 0.32
Hex 90 14 8C 0 56 3 2C 12E 4C 20
Octal 220 24 214 0 126 3 54 456 114 40
Binary 10010000 10100 10001100 0 1010110 11 101100 100101110 1001100 100000

Color Harmonies of #90148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90148C

Black with #90148C

Text Example


Text Example

White with #90148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90148C; }

 p { color: rgb(144,20,140); }

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

background-color css

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

 a { background-color: rgb(144,20,140); }

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

border-color css

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

 span { border-color: rgb(144,20,140); }

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