Html Css Color HEX #891385 Dark Purple

📋 copy color: '#891385'

red 137 ◦ green 19 ◦ blue 133

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

Shades of Dark Purple #891385

Tints of Dark Purple #891385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.57%

 BLUE value IS 133 (52.34% from 255) = 46.02%

R = 47.4%
G = 6.57%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#891385 (or 0x891385) is known color: Dark Purple. HEX triplet: 89, 13 and 85. RGB value is (137,19,133). Sum of RGB (Red+Green+Blue) = 137+19+133=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #891385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891385 is #76EC7A. Grayscale: #424242. Windows color (decimal): -7793787 or 8721289. OLE color: 8721289.

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

Color convert

RGB 137 19 133 -
CMYK 0 0.86 0.03 0.46
HSL 302.03º 0.76% 0.31% -
HSV(B) 302.03º 0.86% 0.54% -
XYZ 14.78 7.48 22.85 -
YUV 67.28 165.09 177.73 -
System Red Green Blue C M Y K H S L
Decimal 137 19 133 0 0.86 0.03 0.46 302.03 0.76 0.31
Hex 89 13 85 0 56 3 2E 12E 4C 1F
Octal 211 23 205 0 126 3 56 456 114 37
Binary 10001001 10011 10000101 0 1010110 11 101110 100101110 1001100 11111

Color Harmonies of #891385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891385

Black with #891385

Text Example


Text Example

White with #891385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891385; }

 p { color: rgb(137,19,133); }

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

background-color css

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

 a { background-color: rgb(137,19,133); }

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

border-color css

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

 span { border-color: rgb(137,19,133); }

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