Html Css Color HEX #901C83 Dark Purple

📋 copy color: '#901C83'

red 144 ◦ green 28 ◦ blue 131

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

Shades of Dark Purple #901C83

Tints of Dark Purple #901C83

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.24%

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

R = 47.52%
G = 9.24%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#901C83 (or 0x901C83) is known color: Dark Purple. HEX triplet: 90, 1C and 83. RGB value is (144,28,131). Sum of RGB (Red+Green+Blue) = 144+28+131=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #901C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901C83 is #6FE37C. Grayscale: #4A4A4A. Windows color (decimal): -7332733 or 8592528. OLE color: 8592528.

HSL color Cylindrical-coordinate representation of color #901C83: hue angle of 306.72º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901C83 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 28 131 -
CMYK 0 0.81 0.09 0.44
HSL 306.72º 0.67% 0.34% -
HSV(B) 306.72º 0.81% 0.56% -
XYZ 16.01 8.4 22.25 -
YUV 74.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 144 28 131 0 0.81 0.09 0.44 306.72 0.67 0.34
Hex 90 1C 83 0 51 9 2C 133 43 22
Octal 220 34 203 0 121 11 54 463 103 42
Binary 10010000 11100 10000011 0 1010001 1001 101100 100110011 1000011 100010

Color Harmonies of #901C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901C83

Black with #901C83

Text Example


Text Example

White with #901C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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