Html Css Color HEX #901B98 Dark Magenta

📋 copy color: '#901B98'

red 144 ◦ green 27 ◦ blue 152

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

Shades of Dark Magenta #901B98

Tints of Dark Magenta #901B98

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.36%

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

R = 44.58%
G = 8.36%
B = 47.06%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#901B98 (or 0x901B98) is known color: Dark Magenta. HEX triplet: 90, 1B and 98. RGB value is (144,27,152). Sum of RGB (Red+Green+Blue) = 144+27+152=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #901B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901B98 is #6FE467. Grayscale: #4B4B4B. Windows color (decimal): -7332968 or 9968528. OLE color: 9968528.

HSL color Cylindrical-coordinate representation of color #901B98: hue angle of 296.16º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901B98 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 27 152 -
CMYK 0.05 0.82 0 0.40
HSL 296.16º 0.7% 0.35% -
HSV(B) 296.16º 0.82% 0.6% -
XYZ 17.56 8.98 30.51 -
YUV 76.23 170.76 176.34 -
System Red Green Blue C M Y K H S L
Decimal 144 27 152 0.05 0.82 0 0.40 296.16 0.7 0.35
Hex 90 1B 98 5 52 0 28 128 46 23
Octal 220 33 230 5 122 0 50 450 106 43
Binary 10010000 11011 10011000 101 1010010 0 101000 100101000 1000110 100011

Color Harmonies of #901B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901B98

Black with #901B98

Text Example


Text Example

White with #901B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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