Html Css Color HEX #831562 Dark Purple

📋 copy color: '#831562'

red 131 ◦ green 21 ◦ blue 98

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

Shades of Dark Purple #831562

Tints of Dark Purple #831562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.4%

 BLUE value IS 98 (38.67% from 255) = 39.2%

R = 52.4%
G = 8.4%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#831562 (or 0x831562) is known color: Dark Purple. HEX triplet: 83, 15 and 62. RGB value is (131,21,98). Sum of RGB (Red+Green+Blue) = 131+21+98=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #831562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831562 is #7CEA9D. Grayscale: #3E3E3E. Windows color (decimal): -8186526 or 6428035. OLE color: 6428035.

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

Color convert

RGB 131 21 98 -
CMYK 0 0.84 0.25 0.49
HSL 318º 0.72% 0.3% -
HSV(B) 318º 0.84% 0.51% -
XYZ 11.83 6.24 12.14 -
YUV 62.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 131 21 98 0 0.84 0.25 0.49 318 0.72 0.3
Hex 83 15 62 0 54 19 31 13E 48 1E
Octal 203 25 142 0 124 31 61 476 110 36
Binary 10000011 10101 1100010 0 1010100 11001 110001 100111110 1001000 11110

Color Harmonies of #831562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831562

Black with #831562

Text Example


Text Example

White with #831562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831562; }

 p { color: rgb(131,21,98); }

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

background-color css

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

 a { background-color: rgb(131,21,98); }

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

border-color css

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

 span { border-color: rgb(131,21,98); }

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