Html Css Color HEX #901098 Dark Magenta

📋 copy color: '#901098'

red 144 ◦ green 16 ◦ blue 152

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

Shades of Dark Magenta #901098

Tints of Dark Magenta #901098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

 BLUE value IS 152 (59.77% from 255) = 48.72%

R = 46.15%
G = 5.13%
B = 48.72%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#901098 (or 0x901098) is known color: Dark Magenta. HEX triplet: 90, 10 and 98. RGB value is (144,16,152). Sum of RGB (Red+Green+Blue) = 144+16+152=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #901098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901098 is #6FEF67. Grayscale: #454545. Windows color (decimal): -7335784 or 9965712. OLE color: 9965712.

HSL color Cylindrical-coordinate representation of color #901098: hue angle of 296.47º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901098 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 16 152 -
CMYK 0.05 0.89 0 0.40
HSL 296.47º 0.81% 0.33% -
HSV(B) 296.47º 0.89% 0.6% -
XYZ 17.35 8.57 30.44 -
YUV 69.78 174.41 180.94 -
System Red Green Blue C M Y K H S L
Decimal 144 16 152 0.05 0.89 0 0.40 296.47 0.81 0.33
Hex 90 10 98 5 59 0 28 128 51 21
Octal 220 20 230 5 131 0 50 450 121 41
Binary 10010000 10000 10011000 101 1011001 0 101000 100101000 1010001 100001

Color Harmonies of #901098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901098

Black with #901098

Text Example


Text Example

White with #901098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901098; }

 p { color: rgb(144,16,152); }

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

background-color css

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

 a { background-color: rgb(144,16,152); }

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

border-color css

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

 span { border-color: rgb(144,16,152); }

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