Html Css Color HEX #831364 Dark Purple

📋 copy color: '#831364'

red 131 ◦ green 19 ◦ blue 100

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

Shades of Dark Purple #831364

Tints of Dark Purple #831364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.6%

 BLUE value IS 100 (39.45% from 255) = 40%

R = 52.4%
G = 7.6%
B = 40%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#831364 (or 0x831364) is known color: Dark Purple. HEX triplet: 83, 13 and 64. RGB value is (131,19,100). Sum of RGB (Red+Green+Blue) = 131+19+100=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #831364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831364 is #7CEC9B. Grayscale: #3D3D3D. Windows color (decimal): -8187036 or 6558595. OLE color: 6558595.

HSL color Cylindrical-coordinate representation of color #831364: hue angle of 316.61º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831364 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 19 100 -
CMYK 0 0.85 0.24 0.49
HSL 316.61º 0.75% 0.29% -
HSV(B) 316.61º 0.85% 0.51% -
XYZ 11.89 6.21 12.63 -
YUV 61.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 131 19 100 0 0.85 0.24 0.49 316.61 0.75 0.29
Hex 83 13 64 0 55 18 31 13D 4B 1D
Octal 203 23 144 0 125 30 61 475 113 35
Binary 10000011 10011 1100100 0 1010101 11000 110001 100111101 1001011 11101

Color Harmonies of #831364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831364

Black with #831364

Text Example


Text Example

White with #831364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831364; }

 p { color: rgb(131,19,100); }

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

background-color css

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

 a { background-color: rgb(131,19,100); }

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

border-color css

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

 span { border-color: rgb(131,19,100); }

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