Html Css Color HEX #900C8D Dark Magenta

📋 copy color: '#900C8D'

red 144 ◦ green 12 ◦ blue 141

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

Shades of Dark Magenta #900C8D

Tints of Dark Magenta #900C8D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.04%

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

R = 48.48%
G = 4.04%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#900C8D (or 0x900C8D) is known color: Dark Magenta. HEX triplet: 90, 0C and 8D. RGB value is (144,12,141). Sum of RGB (Red+Green+Blue) = 144+12+141=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #900C8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900C8D is #6FF372. Grayscale: #414141. Windows color (decimal): -7336819 or 9243792. OLE color: 9243792.

HSL color Cylindrical-coordinate representation of color #900C8D: hue angle of 301.36º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900C8D is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 12 141 -
CMYK 0 0.92 0.02 0.44
HSL 301.36º 0.85% 0.31% -
HSV(B) 301.36º 0.92% 0.56% -
XYZ 16.44 8.12 25.9 -
YUV 66.17 170.23 183.51 -
System Red Green Blue C M Y K H S L
Decimal 144 12 141 0 0.92 0.02 0.44 301.36 0.85 0.31
Hex 90 C 8D 0 5C 2 2C 12D 55 1F
Octal 220 14 215 0 134 2 54 455 125 37
Binary 10010000 1100 10001101 0 1011100 10 101100 100101101 1010101 11111

Color Harmonies of #900C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900C8D

Black with #900C8D

Text Example


Text Example

White with #900C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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