Html Css Color HEX #891466 Dark Purple

📋 copy color: '#891466'

red 137 ◦ green 20 ◦ blue 102

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

Shades of Dark Purple #891466

Tints of Dark Purple #891466

RGB

 RED value IS 137 (53.91% from 255) = 52.9%

 GREEN value IS 20 (8.2% from 255) = 7.72%

 BLUE value IS 102 (40.23% from 255) = 39.38%

R = 52.9%
G = 7.72%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#891466 (or 0x891466) is known color: Dark Purple. HEX triplet: 89, 14 and 66. RGB value is (137,20,102). Sum of RGB (Red+Green+Blue) = 137+20+102=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #891466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891466 is #76EB99. Grayscale: #404040. Windows color (decimal): -7793562 or 6689929. OLE color: 6689929.

HSL color Cylindrical-coordinate representation of color #891466: hue angle of 317.95º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891466 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 20 102 -
CMYK 0 0.85 0.26 0.46
HSL 317.95º 0.75% 0.31% -
HSV(B) 317.95º 0.85% 0.54% -
XYZ 12.96 6.78 13.2 -
YUV 64.33 149.26 179.83 -
System Red Green Blue C M Y K H S L
Decimal 137 20 102 0 0.85 0.26 0.46 317.95 0.75 0.31
Hex 89 14 66 0 55 1A 2E 13E 4B 1F
Octal 211 24 146 0 125 32 56 476 113 37
Binary 10001001 10100 1100110 0 1010101 11010 101110 100111110 1001011 11111

Color Harmonies of #891466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891466

Black with #891466

Text Example


Text Example

White with #891466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891466; }

 p { color: rgb(137,20,102); }

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

background-color css

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

 a { background-color: rgb(137,20,102); }

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

border-color css

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

 span { border-color: rgb(137,20,102); }

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