Html Css Color HEX #901983 Dark Purple

📋 copy color: '#901983'

red 144 ◦ green 25 ◦ blue 131

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

Shades of Dark Purple #901983

Tints of Dark Purple #901983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.33%

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

R = 48%
G = 8.33%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#901983 (or 0x901983) is known color: Dark Purple. HEX triplet: 90, 19 and 83. RGB value is (144,25,131). Sum of RGB (Red+Green+Blue) = 144+25+131=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 144 - color contains mainly: red. Hex color #901983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901983 is #6FE67C. Grayscale: #484848. Windows color (decimal): -7333501 or 8591760. OLE color: 8591760.

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

Color convert

RGB 144 25 131 -
CMYK 0 0.83 0.09 0.44
HSL 306.55º 0.7% 0.33% -
HSV(B) 306.55º 0.83% 0.56% -
XYZ 15.95 8.26 22.23 -
YUV 72.67 160.92 178.88 -
System Red Green Blue C M Y K H S L
Decimal 144 25 131 0 0.83 0.09 0.44 306.55 0.7 0.33
Hex 90 19 83 0 53 9 2C 133 46 21
Octal 220 31 203 0 123 11 54 463 106 41
Binary 10010000 11001 10000011 0 1010011 1001 101100 100110011 1000110 100001

Color Harmonies of #901983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901983

Black with #901983

Text Example


Text Example

White with #901983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901983; }

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

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

background-color css

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

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

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

border-color css

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

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

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