Html Css Color HEX #901683 Dark Purple

📋 copy color: '#901683'

red 144 ◦ green 22 ◦ blue 131

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

Shades of Dark Purple #901683

Tints of Dark Purple #901683

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.41%

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

R = 48.48%
G = 7.41%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#901683 (or 0x901683) is known color: Dark Purple. HEX triplet: 90, 16 and 83. RGB value is (144,22,131). Sum of RGB (Red+Green+Blue) = 144+22+131=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #901683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901683 is #6FE97C. Grayscale: #464646. Windows color (decimal): -7334269 or 8590992. OLE color: 8590992.

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

Color convert

RGB 144 22 131 -
CMYK 0 0.85 0.09 0.44
HSL 306.39º 0.73% 0.33% -
HSV(B) 306.39º 0.85% 0.56% -
XYZ 15.89 8.14 22.21 -
YUV 70.9 161.92 180.14 -
System Red Green Blue C M Y K H S L
Decimal 144 22 131 0 0.85 0.09 0.44 306.39 0.73 0.33
Hex 90 16 83 0 55 9 2C 132 49 21
Octal 220 26 203 0 125 11 54 462 111 41
Binary 10010000 10110 10000011 0 1010101 1001 101100 100110010 1001001 100001

Color Harmonies of #901683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901683

Black with #901683

Text Example


Text Example

White with #901683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901683; }

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

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

background-color css

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

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

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

border-color css

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

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

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