Html Css Color HEX #831983 Dark Purple

📋 copy color: '#831983'

red 131 ◦ green 25 ◦ blue 131

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

Shades of Dark Purple #831983

Tints of Dark Purple #831983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.71%

 BLUE value IS 131 (51.56% from 255) = 45.64%

R = 45.64%
G = 8.71%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#831983 (or 0x831983) is known color: Dark Purple. HEX triplet: 83, 19 and 83. RGB value is (131,25,131). Sum of RGB (Red+Green+Blue) = 131+25+131=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #831983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831983 is #7CE67C. Grayscale: #444444. Windows color (decimal): -8185469 or 8591747. OLE color: 8591747.

HSL color Cylindrical-coordinate representation of color #831983: hue angle of 300º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #831983 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 25 131 -
CMYK 0 0.81 0 0.49
HSL 300º 0.68% 0.31% -
HSV(B) 300º 0.81% 0.51% -
XYZ 13.8 7.16 22.13 -
YUV 68.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 131 25 131 0 0.81 0 0.49 300 0.68 0.31
Hex 83 19 83 0 51 0 31 12C 44 1F
Octal 203 31 203 0 121 0 61 454 104 37
Binary 10000011 11001 10000011 0 1010001 0 110001 100101100 1000100 11111

Color Harmonies of #831983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831983

Black with #831983

Text Example


Text Example

White with #831983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831983; }

 p { color: rgb(131,25,131); }

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

background-color css

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

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

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

border-color css

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

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

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