Html Css Color HEX #901E88 Dark Purple

📋 copy color: '#901E88'

red 144 ◦ green 30 ◦ blue 136

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

Shades of Dark Purple #901E88

Tints of Dark Purple #901E88

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.68%

 BLUE value IS 136 (53.52% from 255) = 43.87%

R = 46.45%
G = 9.68%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#901E88 (or 0x901E88) is known color: Dark Purple. HEX triplet: 90, 1E and 88. RGB value is (144,30,136). Sum of RGB (Red+Green+Blue) = 144+30+136=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #901E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901E88 is #6FE177. Grayscale: #4B4B4B. Windows color (decimal): -7332216 or 8920720. OLE color: 8920720.

HSL color Cylindrical-coordinate representation of color #901E88: hue angle of 304.21º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #901E88 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 30 136 -
CMYK 0 0.79 0.06 0.44
HSL 304.21º 0.66% 0.34% -
HSV(B) 304.21º 0.79% 0.56% -
XYZ 16.41 8.64 24.09 -
YUV 76.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 144 30 136 0 0.79 0.06 0.44 304.21 0.66 0.34
Hex 90 1E 88 0 4F 6 2C 130 42 22
Octal 220 36 210 0 117 6 54 460 102 42
Binary 10010000 11110 10001000 0 1001111 110 101100 100110000 1000010 100010

Color Harmonies of #901E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901E88

Black with #901E88

Text Example


Text Example

White with #901E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,30,136); }

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

background-color css

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

 a { background-color: rgb(144,30,136); }

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

border-color css

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

 span { border-color: rgb(144,30,136); }

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