Html Css Color HEX #891C82 Dark Purple

📋 copy color: '#891C82'

red 137 ◦ green 28 ◦ blue 130

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

Shades of Dark Purple #891C82

Tints of Dark Purple #891C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.07%

R = 46.44%
G = 9.49%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#891C82 (or 0x891C82) is known color: Dark Purple. HEX triplet: 89, 1C and 82. RGB value is (137,28,130). Sum of RGB (Red+Green+Blue) = 137+28+130=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #891C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891C82 is #76E37D. Grayscale: #474747. Windows color (decimal): -7791486 or 8526985. OLE color: 8526985.

HSL color Cylindrical-coordinate representation of color #891C82: hue angle of 303.85º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891C82 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 28 130 -
CMYK 0 0.80 0.05 0.46
HSL 303.85º 0.66% 0.32% -
HSV(B) 303.85º 0.8% 0.54% -
XYZ 14.76 7.76 21.84 -
YUV 72.22 160.61 174.21 -
System Red Green Blue C M Y K H S L
Decimal 137 28 130 0 0.80 0.05 0.46 303.85 0.66 0.32
Hex 89 1C 82 0 50 5 2E 130 42 20
Octal 211 34 202 0 120 5 56 460 102 40
Binary 10001001 11100 10000010 0 1010000 101 101110 100110000 1000010 100000

Color Harmonies of #891C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891C82

Black with #891C82

Text Example


Text Example

White with #891C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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