Html Css Color HEX #90089F Dark Magenta

📋 copy color: '#90089F'

red 144 ◦ green 8 ◦ blue 159

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

Shades of Dark Magenta #90089F

Tints of Dark Magenta #90089F

RGB

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

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

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

R = 46.3%
G = 2.57%
B = 51.13%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#90089F (or 0x90089F) is known color: Dark Magenta. HEX triplet: 90, 08 and 9F. RGB value is (144,8,159). Sum of RGB (Red+Green+Blue) = 144+8+159=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #90089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90089F is #6FF760. Grayscale: #414141. Windows color (decimal): -7337825 or 10422416. OLE color: 10422416.

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

Color convert

RGB 144 8 159 -
CMYK 0.09 0.95 0 0.38
HSL 294.04º 0.9% 0.33% -
HSV(B) 294.04º 0.95% 0.62% -
XYZ 17.85 8.61 33.52 -
YUV 65.88 180.56 183.72 -
System Red Green Blue C M Y K H S L
Decimal 144 8 159 0.09 0.95 0 0.38 294.04 0.9 0.33
Hex 90 8 9F 9 5F 0 26 126 5A 21
Octal 220 10 237 11 137 0 46 446 132 41
Binary 10010000 1000 10011111 1001 1011111 0 100110 100100110 1011010 100001

Color Harmonies of #90089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90089F

Black with #90089F

Text Example


Text Example

White with #90089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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