Html Css Color HEX #901684 Dark Purple

📋 copy color: '#901684'

red 144 ◦ green 22 ◦ blue 132

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

Shades of Dark Purple #901684

Tints of Dark Purple #901684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.3%

R = 48.32%
G = 7.38%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#901684 (or 0x901684) is known color: Dark Purple. HEX triplet: 90, 16 and 84. RGB value is (144,22,132). Sum of RGB (Red+Green+Blue) = 144+22+132=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #901684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901684 is #6FE97B. Grayscale: #464646. Windows color (decimal): -7334268 or 8656528. OLE color: 8656528.

HSL color Cylindrical-coordinate representation of color #901684: hue angle of 305.9º 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 #901684 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 22 132 -
CMYK 0 0.85 0.08 0.44
HSL 305.9º 0.73% 0.33% -
HSV(B) 305.9º 0.85% 0.56% -
XYZ 15.95 8.17 22.57 -
YUV 71.02 162.42 180.06 -
System Red Green Blue C M Y K H S L
Decimal 144 22 132 0 0.85 0.08 0.44 305.9 0.73 0.33
Hex 90 16 84 0 55 8 2C 132 49 21
Octal 220 26 204 0 125 10 54 462 111 41
Binary 10010000 10110 10000100 0 1010101 1000 101100 100110010 1001001 100001

Color Harmonies of #901684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901684

Black with #901684

Text Example


Text Example

White with #901684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901684; }

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

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

background-color css

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

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

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

border-color css

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

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

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