Html Css Color HEX #900883 Dark Magenta

📋 copy color: '#900883'

red 144 ◦ green 8 ◦ blue 131

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

Shades of Dark Magenta #900883

Tints of Dark Magenta #900883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.83%

 BLUE value IS 131 (51.56% from 255) = 46.29%

R = 50.88%
G = 2.83%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#900883 (or 0x900883) is known color: Dark Magenta. HEX triplet: 90, 08 and 83. RGB value is (144,8,131). Sum of RGB (Red+Green+Blue) = 144+8+131=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #900883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900883 is #6FF77C. Grayscale: #3E3E3E. Windows color (decimal): -7337853 or 8587408. OLE color: 8587408.

HSL color Cylindrical-coordinate representation of color #900883: hue angle of 305.74º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900883 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 8 131 -
CMYK 0 0.94 0.09 0.44
HSL 305.74º 0.89% 0.3% -
HSV(B) 305.74º 0.94% 0.56% -
XYZ 15.69 7.74 22.14 -
YUV 62.69 166.56 186 -
System Red Green Blue C M Y K H S L
Decimal 144 8 131 0 0.94 0.09 0.44 305.74 0.89 0.3
Hex 90 8 83 0 5E 9 2C 132 59 1E
Octal 220 10 203 0 136 11 54 462 131 36
Binary 10010000 1000 10000011 0 1011110 1001 101100 100110010 1011001 11110

Color Harmonies of #900883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900883

Black with #900883

Text Example


Text Example

White with #900883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900883; }

 p { color: rgb(144,8,131); }

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

background-color css

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

 a { background-color: rgb(144,8,131); }

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

border-color css

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

 span { border-color: rgb(144,8,131); }

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