Html Css Color HEX #831860 Dark Purple

📋 copy color: '#831860'

red 131 ◦ green 24 ◦ blue 96

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

Shades of Dark Purple #831860

Tints of Dark Purple #831860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.56%

 BLUE value IS 96 (37.89% from 255) = 38.25%

R = 52.19%
G = 9.56%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#831860 (or 0x831860) is known color: Dark Purple. HEX triplet: 83, 18 and 60. RGB value is (131,24,96). Sum of RGB (Red+Green+Blue) = 131+24+96=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #831860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831860 is #7CE79F. Grayscale: #404040. Windows color (decimal): -8185760 or 6297731. OLE color: 6297731.

HSL color Cylindrical-coordinate representation of color #831860: hue angle of 319.63º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831860 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 24 96 -
CMYK 0 0.82 0.27 0.49
HSL 319.63º 0.69% 0.3% -
HSV(B) 319.63º 0.82% 0.51% -
XYZ 11.8 6.32 11.66 -
YUV 64.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 131 24 96 0 0.82 0.27 0.49 319.63 0.69 0.3
Hex 83 18 60 0 52 1B 31 140 45 1E
Octal 203 30 140 0 122 33 61 500 105 36
Binary 10000011 11000 1100000 0 1010010 11011 110001 101000000 1000101 11110

Color Harmonies of #831860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831860

Black with #831860

Text Example


Text Example

White with #831860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831860; }

 p { color: rgb(131,24,96); }

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

background-color css

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

 a { background-color: rgb(131,24,96); }

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

border-color css

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

 span { border-color: rgb(131,24,96); }

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