Html Css Color HEX #901A75 Dark Purple

📋 copy color: '#901A75'

red 144 ◦ green 26 ◦ blue 117

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

Shades of Dark Purple #901A75

Tints of Dark Purple #901A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.06%

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

R = 50.17%
G = 9.06%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#901A75 (or 0x901A75) is known color: Dark Purple. HEX triplet: 90, 1A and 75. RGB value is (144,26,117). Sum of RGB (Red+Green+Blue) = 144+26+117=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #901A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901A75 is #6FE58A. Grayscale: #474747. Windows color (decimal): -7333259 or 7674512. OLE color: 7674512.

HSL color Cylindrical-coordinate representation of color #901A75: hue angle of 313.73º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901A75 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 26 117 -
CMYK 0 0.82 0.19 0.44
HSL 313.73º 0.69% 0.33% -
HSV(B) 313.73º 0.82% 0.56% -
XYZ 15.08 7.95 17.57 -
YUV 71.66 153.59 179.6 -
System Red Green Blue C M Y K H S L
Decimal 144 26 117 0 0.82 0.19 0.44 313.73 0.69 0.33
Hex 90 1A 75 0 52 13 2C 13A 45 21
Octal 220 32 165 0 122 23 54 472 105 41
Binary 10010000 11010 1110101 0 1010010 10011 101100 100111010 1000101 100001

Color Harmonies of #901A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901A75

Black with #901A75

Text Example


Text Example

White with #901A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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