Html Css Color HEX #901782 Dark Purple

📋 copy color: '#901782'

red 144 ◦ green 23 ◦ blue 130

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

Shades of Dark Purple #901782

Tints of Dark Purple #901782

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.74%

 BLUE value IS 130 (51.17% from 255) = 43.77%

R = 48.48%
G = 7.74%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#901782 (or 0x901782) is known color: Dark Purple. HEX triplet: 90, 17 and 82. RGB value is (144,23,130). Sum of RGB (Red+Green+Blue) = 144+23+130=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #901782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901782 is #6FE87D. Grayscale: #474747. Windows color (decimal): -7334014 or 8525712. OLE color: 8525712.

HSL color Cylindrical-coordinate representation of color #901782: hue angle of 306.94º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901782 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 23 130 -
CMYK 0 0.84 0.10 0.44
HSL 306.94º 0.72% 0.33% -
HSV(B) 306.94º 0.84% 0.56% -
XYZ 15.84 8.15 21.86 -
YUV 71.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 144 23 130 0 0.84 0.10 0.44 306.94 0.72 0.33
Hex 90 17 82 0 54 A 2C 133 48 21
Octal 220 27 202 0 124 12 54 463 110 41
Binary 10010000 10111 10000010 0 1010100 1010 101100 100110011 1001000 100001

Color Harmonies of #901782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901782

Black with #901782

Text Example


Text Example

White with #901782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901782; }

 p { color: rgb(144,23,130); }

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

background-color css

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

 a { background-color: rgb(144,23,130); }

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

border-color css

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

 span { border-color: rgb(144,23,130); }

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