Html Css Color HEX #901475 Dark Purple

📋 copy color: '#901475'

red 144 ◦ green 20 ◦ blue 117

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

Shades of Dark Purple #901475

Tints of Dark Purple #901475

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.12%

 BLUE value IS 117 (46.09% from 255) = 41.64%

R = 51.25%
G = 7.12%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#901475 (or 0x901475) is known color: Dark Purple. HEX triplet: 90, 14 and 75. RGB value is (144,20,117). Sum of RGB (Red+Green+Blue) = 144+20+117=281 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.25% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 144 - color contains mainly: red. Hex color #901475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901475 is #6FEB8A. Grayscale: #434343. Windows color (decimal): -7334795 or 7672976. OLE color: 7672976.

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

Color convert

RGB 144 20 117 -
CMYK 0 0.86 0.19 0.44
HSL 313.06º 0.76% 0.32% -
HSV(B) 313.06º 0.86% 0.56% -
XYZ 14.96 7.71 17.53 -
YUV 68.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 144 20 117 0 0.86 0.19 0.44 313.06 0.76 0.32
Hex 90 14 75 0 56 13 2C 139 4C 20
Octal 220 24 165 0 126 23 54 471 114 40
Binary 10010000 10100 1110101 0 1010110 10011 101100 100111001 1001100 100000

Color Harmonies of #901475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901475

Black with #901475

Text Example


Text Example

White with #901475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901475; }

 p { color: rgb(144,20,117); }

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

background-color css

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

 a { background-color: rgb(144,20,117); }

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

border-color css

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

 span { border-color: rgb(144,20,117); }

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