Html Css Color HEX #900F8A Dark Magenta

📋 copy color: '#900F8A'

red 144 ◦ green 15 ◦ blue 138

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

Shades of Dark Magenta #900F8A

Tints of Dark Magenta #900F8A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.05%

 BLUE value IS 138 (54.3% from 255) = 46.46%

R = 48.48%
G = 5.05%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#900F8A (or 0x900F8A) is known color: Dark Magenta. HEX triplet: 90, 0F and 8A. RGB value is (144,15,138). Sum of RGB (Red+Green+Blue) = 144+15+138=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #900F8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900F8A is #6FF075. Grayscale: #434343. Windows color (decimal): -7336054 or 9047952. OLE color: 9047952.

HSL color Cylindrical-coordinate representation of color #900F8A: hue angle of 302.79º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F8A is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 15 138 -
CMYK 0 0.90 0.04 0.44
HSL 302.79º 0.81% 0.31% -
HSV(B) 302.79º 0.9% 0.56% -
XYZ 16.26 8.11 24.75 -
YUV 67.59 167.74 182.5 -
System Red Green Blue C M Y K H S L
Decimal 144 15 138 0 0.90 0.04 0.44 302.79 0.81 0.31
Hex 90 F 8A 0 5A 4 2C 12F 51 1F
Octal 220 17 212 0 132 4 54 457 121 37
Binary 10010000 1111 10001010 0 1011010 100 101100 100101111 1010001 11111

Color Harmonies of #900F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900F8A

Black with #900F8A

Text Example


Text Example

White with #900F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,15,138); }

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

background-color css

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

 a { background-color: rgb(144,15,138); }

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

border-color css

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

 span { border-color: rgb(144,15,138); }

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