Html Css Color HEX #891C8B Dark Purple

📋 copy color: '#891C8B'

red 137 ◦ green 28 ◦ blue 139

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

Shades of Dark Purple #891C8B

Tints of Dark Purple #891C8B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.21%

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

R = 45.07%
G = 9.21%
B = 45.72%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#891C8B (or 0x891C8B) is known color: Dark Purple. HEX triplet: 89, 1C and 8B. RGB value is (137,28,139). Sum of RGB (Red+Green+Blue) = 137+28+139=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #891C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891C8B is #76E374. Grayscale: #484848. Windows color (decimal): -7791477 or 9116809. OLE color: 9116809.

HSL color Cylindrical-coordinate representation of color #891C8B: hue angle of 298.92º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891C8B is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 28 139 -
CMYK 0.01 0.80 0 0.45
HSL 298.92º 0.66% 0.33% -
HSV(B) 298.92º 0.8% 0.55% -
XYZ 15.39 8.01 25.16 -
YUV 73.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 137 28 139 0.01 0.80 0 0.45 298.92 0.66 0.33
Hex 89 1C 8B 1 50 0 2D 12B 42 21
Octal 211 34 213 1 120 0 55 453 102 41
Binary 10001001 11100 10001011 1 1010000 0 101101 100101011 1000010 100001

Color Harmonies of #891C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891C8B

Black with #891C8B

Text Example


Text Example

White with #891C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891C8B; }

 p { color: rgb(137,28,139); }

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

background-color css

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

 a { background-color: rgb(137,28,139); }

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

border-color css

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

 span { border-color: rgb(137,28,139); }

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