Html Css Color HEX #900384 Dark Magenta

📋 copy color: '#900384'

red 144 ◦ green 3 ◦ blue 132

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

Shades of Dark Magenta #900384

Tints of Dark Magenta #900384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.31%

R = 51.61%
G = 1.08%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#900384 (or 0x900384) is known color: Dark Magenta. HEX triplet: 90, 03 and 84. RGB value is (144,3,132). Sum of RGB (Red+Green+Blue) = 144+3+132=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #900384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900384 is #6FFC7B. Grayscale: #3B3B3B. Windows color (decimal): -7339132 or 8651664. OLE color: 8651664.

HSL color Cylindrical-coordinate representation of color #900384: hue angle of 305.11º 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 #900384 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 3 132 -
CMYK 0 0.98 0.08 0.44
HSL 305.11º 0.96% 0.29% -
HSV(B) 305.11º 0.98% 0.56% -
XYZ 15.7 7.66 22.48 -
YUV 59.87 168.71 188.01 -
System Red Green Blue C M Y K H S L
Decimal 144 3 132 0 0.98 0.08 0.44 305.11 0.96 0.29
Hex 90 3 84 0 62 8 2C 131 60 1D
Octal 220 3 204 0 142 10 54 461 140 35
Binary 10010000 11 10000100 0 1100010 1000 101100 100110001 1100000 11101

Color Harmonies of #900384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900384

Black with #900384

Text Example


Text Example

White with #900384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900384; }

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

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

background-color css

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

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

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

border-color css

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

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

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