Html Css Color HEX #90007B Dark Magenta

📋 copy color: '#90007B'

red 144 ◦ green 0 ◦ blue 123

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

Shades of Dark Magenta #90007B

Tints of Dark Magenta #90007B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 123 (48.44% from 255) = 46.07%

R = 53.93%
G = 0%
B = 46.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#90007B (or 0x90007B) is known color: Dark Magenta. HEX triplet: 90, 00 and 7B. RGB value is (144,0,123). Sum of RGB (Red+Green+Blue) = 144+0+123=267 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.93% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 144 - color contains mainly: red. Hex color #90007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90007B is #6FFF84. Grayscale: #383838. Windows color (decimal): -7339909 or 8061072. OLE color: 8061072.

HSL color Cylindrical-coordinate representation of color #90007B: hue angle of 308.75º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90007B is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 0 123 -
CMYK 0 1 0.15 0.44
HSL 308.75º 1% 0.28% -
HSV(B) 308.75º 1% 0.56% -
XYZ 15.08 7.36 19.36 -
YUV 57.08 165.21 190 -
System Red Green Blue C M Y K H S L
Decimal 144 0 123 0 1 0.15 0.44 308.75 1 0.28
Hex 90 0 7B 0 64 F 2C 135 64 1C
Octal 220 0 173 0 144 17 54 465 144 34
Binary 10010000 0 1111011 0 1100100 1111 101100 100110101 1100100 11100

Color Harmonies of #90007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90007B

Black with #90007B

Text Example


Text Example

White with #90007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90007B; }

 p { color: rgb(144,0,123); }

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

background-color css

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

 a { background-color: rgb(144,0,123); }

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

border-color css

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

 span { border-color: rgb(144,0,123); }

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