Html Css Color HEX #901D8C Dark Purple

📋 copy color: '#901D8C'

red 144 ◦ green 29 ◦ blue 140

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

Shades of Dark Purple #901D8C

Tints of Dark Purple #901D8C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.27%

 BLUE value IS 140 (55.08% from 255) = 44.73%

R = 46.01%
G = 9.27%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#901D8C (or 0x901D8C) is known color: Dark Purple. HEX triplet: 90, 1D and 8C. RGB value is (144,29,140). Sum of RGB (Red+Green+Blue) = 144+29+140=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #901D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901D8C is #6FE273. Grayscale: #4B4B4B. Windows color (decimal): -7332468 or 9182608. OLE color: 9182608.

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

Color convert

RGB 144 29 140 -
CMYK 0 0.80 0.03 0.44
HSL 302.09º 0.66% 0.34% -
HSV(B) 302.09º 0.8% 0.56% -
XYZ 16.67 8.7 25.61 -
YUV 76.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 144 29 140 0 0.80 0.03 0.44 302.09 0.66 0.34
Hex 90 1D 8C 0 50 3 2C 12E 42 22
Octal 220 35 214 0 120 3 54 456 102 42
Binary 10010000 11101 10001100 0 1010000 11 101100 100101110 1000010 100010

Color Harmonies of #901D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901D8C

Black with #901D8C

Text Example


Text Example

White with #901D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,29,140); }

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

background-color css

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

 a { background-color: rgb(144,29,140); }

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

border-color css

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

 span { border-color: rgb(144,29,140); }

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