Html Css Color HEX #831A89 Dark Purple

📋 copy color: '#831A89'

red 131 ◦ green 26 ◦ blue 137

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

Shades of Dark Purple #831A89

Tints of Dark Purple #831A89

RGB

 RED value IS 131 (51.56% from 255) = 44.56%

 GREEN value IS 26 (10.55% from 255) = 8.84%

 BLUE value IS 137 (53.91% from 255) = 46.6%

R = 44.56%
G = 8.84%
B = 46.6%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#831A89 (or 0x831A89) is known color: Dark Purple. HEX triplet: 83, 1A and 89. RGB value is (131,26,137). Sum of RGB (Red+Green+Blue) = 131+26+137=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #831A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831A89 is #7CE576. Grayscale: #454545. Windows color (decimal): -8185207 or 8985219. OLE color: 8985219.

HSL color Cylindrical-coordinate representation of color #831A89: hue angle of 296.76º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #831A89 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 26 137 -
CMYK 0.04 0.81 0 0.46
HSL 296.76º 0.68% 0.32% -
HSV(B) 296.76º 0.81% 0.54% -
XYZ 14.24 7.37 24.34 -
YUV 70.05 165.79 171.47 -
System Red Green Blue C M Y K H S L
Decimal 131 26 137 0.04 0.81 0 0.46 296.76 0.68 0.32
Hex 83 1A 89 4 51 0 2E 129 44 20
Octal 203 32 211 4 121 0 56 451 104 40
Binary 10000011 11010 10001001 100 1010001 0 101110 100101001 1000100 100000

Color Harmonies of #831A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831A89

Black with #831A89

Text Example


Text Example

White with #831A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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