Html Css Color HEX #901583 Dark Purple

📋 copy color: '#901583'

red 144 ◦ green 21 ◦ blue 131

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

Shades of Dark Purple #901583

Tints of Dark Purple #901583

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.09%

 BLUE value IS 131 (51.56% from 255) = 44.26%

R = 48.65%
G = 7.09%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#901583 (or 0x901583) is known color: Dark Purple. HEX triplet: 90, 15 and 83. RGB value is (144,21,131). Sum of RGB (Red+Green+Blue) = 144+21+131=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #901583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901583 is #6FEA7C. Grayscale: #464646. Windows color (decimal): -7334525 or 8590736. OLE color: 8590736.

HSL color Cylindrical-coordinate representation of color #901583: hue angle of 306.34º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901583 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 21 131 -
CMYK 0 0.85 0.09 0.44
HSL 306.34º 0.75% 0.32% -
HSV(B) 306.34º 0.85% 0.56% -
XYZ 15.87 8.1 22.2 -
YUV 70.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 144 21 131 0 0.85 0.09 0.44 306.34 0.75 0.32
Hex 90 15 83 0 55 9 2C 132 4B 20
Octal 220 25 203 0 125 11 54 462 113 40
Binary 10010000 10101 10000011 0 1010101 1001 101100 100110010 1001011 100000

Color Harmonies of #901583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901583

Black with #901583

Text Example


Text Example

White with #901583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901583; }

 p { color: rgb(144,21,131); }

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

background-color css

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

 a { background-color: rgb(144,21,131); }

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

border-color css

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

 span { border-color: rgb(144,21,131); }

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