Html Css Color HEX #901B8B Dark Purple

📋 copy color: '#901B8B'

red 144 ◦ green 27 ◦ blue 139

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

Shades of Dark Purple #901B8B

Tints of Dark Purple #901B8B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.71%

 BLUE value IS 139 (54.69% from 255) = 44.84%

R = 46.45%
G = 8.71%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#901B8B (or 0x901B8B) is known color: Dark Purple. HEX triplet: 90, 1B and 8B. RGB value is (144,27,139). Sum of RGB (Red+Green+Blue) = 144+27+139=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #901B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901B8B is #6FE474. Grayscale: #4A4A4A. Windows color (decimal): -7332981 or 9116560. OLE color: 9116560.

HSL color Cylindrical-coordinate representation of color #901B8B: hue angle of 302.56º degrees, saturation: 0.68, 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 #901B8B is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 27 139 -
CMYK 0 0.81 0.03 0.44
HSL 302.56º 0.68% 0.34% -
HSV(B) 302.56º 0.81% 0.56% -
XYZ 16.55 8.58 25.21 -
YUV 74.75 164.26 177.39 -
System Red Green Blue C M Y K H S L
Decimal 144 27 139 0 0.81 0.03 0.44 302.56 0.68 0.34
Hex 90 1B 8B 0 51 3 2C 12F 44 22
Octal 220 33 213 0 121 3 54 457 104 42
Binary 10010000 11011 10001011 0 1010001 11 101100 100101111 1000100 100010

Color Harmonies of #901B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901B8B

Black with #901B8B

Text Example


Text Example

White with #901B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,27,139); }

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

background-color css

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

 a { background-color: rgb(144,27,139); }

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

border-color css

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

 span { border-color: rgb(144,27,139); }

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