Html Css Color HEX #831369 Dark Purple

📋 copy color: '#831369'

red 131 ◦ green 19 ◦ blue 105

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

Shades of Dark Purple #831369

Tints of Dark Purple #831369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 51.37%
G = 7.45%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#831369 (or 0x831369) is known color: Dark Purple. HEX triplet: 83, 13 and 69. RGB value is (131,19,105). Sum of RGB (Red+Green+Blue) = 131+19+105=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #831369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831369 is #7CEC96. Grayscale: #3E3E3E. Windows color (decimal): -8187031 or 6886275. OLE color: 6886275.

HSL color Cylindrical-coordinate representation of color #831369: hue angle of 313.93º 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 #831369 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 19 105 -
CMYK 0 0.85 0.20 0.49
HSL 313.93º 0.75% 0.29% -
HSV(B) 313.93º 0.85% 0.51% -
XYZ 12.14 6.31 13.94 -
YUV 62.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 131 19 105 0 0.85 0.20 0.49 313.93 0.75 0.29
Hex 83 13 69 0 55 14 31 13A 4B 1D
Octal 203 23 151 0 125 24 61 472 113 35
Binary 10000011 10011 1101001 0 1010101 10100 110001 100111010 1001011 11101

Color Harmonies of #831369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831369

Black with #831369

Text Example


Text Example

White with #831369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831369; }

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

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

background-color css

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

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

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

border-color css

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

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

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