Html Css Color HEX #83175E Dark Purple

📋 copy color: '#83175E'

red 131 ◦ green 23 ◦ blue 94

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

Shades of Dark Purple #83175E

Tints of Dark Purple #83175E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.27%

 BLUE value IS 94 (37.11% from 255) = 37.9%

R = 52.82%
G = 9.27%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83175E (or 0x83175E) is known color: Dark Purple. HEX triplet: 83, 17 and 5E. RGB value is (131,23,94). Sum of RGB (Red+Green+Blue) = 131+23+94=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #83175E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83175E is #7CE8A1. Grayscale: #3F3F3F. Windows color (decimal): -8186018 or 6166403. OLE color: 6166403.

HSL color Cylindrical-coordinate representation of color #83175E: hue angle of 320.56º degrees, saturation: 0.7, 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 #83175E is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 23 94 -
CMYK 0 0.82 0.28 0.49
HSL 320.56º 0.7% 0.3% -
HSV(B) 320.56º 0.82% 0.51% -
XYZ 11.69 6.25 11.18 -
YUV 63.39 145.28 176.23 -
System Red Green Blue C M Y K H S L
Decimal 131 23 94 0 0.82 0.28 0.49 320.56 0.7 0.3
Hex 83 17 5E 0 52 1C 31 141 46 1E
Octal 203 27 136 0 122 34 61 501 106 36
Binary 10000011 10111 1011110 0 1010010 11100 110001 101000001 1000110 11110

Color Harmonies of #83175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83175E

Black with #83175E

Text Example


Text Example

White with #83175E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83175E; }

 p { color: rgb(131,23,94); }

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

background-color css

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

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

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

border-color css

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

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

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