Html Css Color HEX #891F83 Dark Purple

📋 copy color: '#891F83'

red 137 ◦ green 31 ◦ blue 131

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

Shades of Dark Purple #891F83

Tints of Dark Purple #891F83

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.37%

 BLUE value IS 131 (51.56% from 255) = 43.81%

R = 45.82%
G = 10.37%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#891F83 (or 0x891F83) is known color: Dark Purple. HEX triplet: 89, 1F and 83. RGB value is (137,31,131). Sum of RGB (Red+Green+Blue) = 137+31+131=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #891F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891F83 is #76E07C. Grayscale: #494949. Windows color (decimal): -7790717 or 8593289. OLE color: 8593289.

HSL color Cylindrical-coordinate representation of color #891F83: hue angle of 303.4º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #891F83 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 31 131 -
CMYK 0 0.77 0.04 0.46
HSL 303.4º 0.63% 0.33% -
HSV(B) 303.4º 0.77% 0.54% -
XYZ 14.9 7.94 22.22 -
YUV 74.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 137 31 131 0 0.77 0.04 0.46 303.4 0.63 0.33
Hex 89 1F 83 0 4D 4 2E 12F 3F 21
Octal 211 37 203 0 115 4 56 457 77 41
Binary 10001001 11111 10000011 0 1001101 100 101110 100101111 111111 100001

Color Harmonies of #891F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891F83

Black with #891F83

Text Example


Text Example

White with #891F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,31,131); }

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

background-color css

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

 a { background-color: rgb(137,31,131); }

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

border-color css

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

 span { border-color: rgb(137,31,131); }

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