Html Css Color HEX #90079F Dark Magenta

📋 copy color: '#90079F'

red 144 ◦ green 7 ◦ blue 159

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

Shades of Dark Magenta #90079F

Tints of Dark Magenta #90079F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.26%

 BLUE value IS 159 (62.5% from 255) = 51.29%

R = 46.45%
G = 2.26%
B = 51.29%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#90079F (or 0x90079F) is known color: Dark Magenta. HEX triplet: 90, 07 and 9F. RGB value is (144,7,159). Sum of RGB (Red+Green+Blue) = 144+7+159=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #90079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90079F is #6FF860. Grayscale: #404040. Windows color (decimal): -7338081 or 10422160. OLE color: 10422160.

HSL color Cylindrical-coordinate representation of color #90079F: hue angle of 294.08º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90079F is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 7 159 -
CMYK 0.09 0.96 0 0.38
HSL 294.08º 0.92% 0.33% -
HSV(B) 294.08º 0.96% 0.62% -
XYZ 17.84 8.58 33.52 -
YUV 65.29 180.89 184.14 -
System Red Green Blue C M Y K H S L
Decimal 144 7 159 0.09 0.96 0 0.38 294.08 0.92 0.33
Hex 90 7 9F 9 60 0 26 126 5C 21
Octal 220 7 237 11 140 0 46 446 134 41
Binary 10010000 111 10011111 1001 1100000 0 100110 100100110 1011100 100001

Color Harmonies of #90079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90079F

Black with #90079F

Text Example


Text Example

White with #90079F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90079F; }

 p { color: rgb(144,7,159); }

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

background-color css

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

 a { background-color: rgb(144,7,159); }

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

border-color css

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

 span { border-color: rgb(144,7,159); }

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