Html Css Color HEX #901585 Dark Purple

📋 copy color: '#901585'

red 144 ◦ green 21 ◦ blue 133

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

Shades of Dark Purple #901585

Tints of Dark Purple #901585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.63%

R = 48.32%
G = 7.05%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#901585 (or 0x901585) is known color: Dark Purple. HEX triplet: 90, 15 and 85. RGB value is (144,21,133). Sum of RGB (Red+Green+Blue) = 144+21+133=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #901585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901585 is #6FEA7A. Grayscale: #464646. Windows color (decimal): -7334523 or 8721808. OLE color: 8721808.

HSL color Cylindrical-coordinate representation of color #901585: hue angle of 305.37º 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 #901585 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 21 133 -
CMYK 0 0.85 0.08 0.44
HSL 305.37º 0.75% 0.32% -
HSV(B) 305.37º 0.85% 0.56% -
XYZ 16 8.16 22.92 -
YUV 70.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 144 21 133 0 0.85 0.08 0.44 305.37 0.75 0.32
Hex 90 15 85 0 55 8 2C 131 4B 20
Octal 220 25 205 0 125 10 54 461 113 40
Binary 10010000 10101 10000101 0 1010101 1000 101100 100110001 1001011 100000

Color Harmonies of #901585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901585

Black with #901585

Text Example


Text Example

White with #901585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901585; }

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

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

background-color css

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

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

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

border-color css

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

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

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