Html Css Color HEX #83175F Dark Purple

📋 copy color: '#83175F'

red 131 ◦ green 23 ◦ blue 95

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

Shades of Dark Purple #83175F

Tints of Dark Purple #83175F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.15%

R = 52.61%
G = 9.24%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83175F (or 0x83175F) is known color: Dark Purple. HEX triplet: 83, 17 and 5F. RGB value is (131,23,95). Sum of RGB (Red+Green+Blue) = 131+23+95=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #83175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83175F is #7CE8A0. Grayscale: #3F3F3F. Windows color (decimal): -8186017 or 6231939. OLE color: 6231939.

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

Color convert

RGB 131 23 95 -
CMYK 0 0.82 0.27 0.49
HSL 320º 0.7% 0.3% -
HSV(B) 320º 0.82% 0.51% -
XYZ 11.73 6.26 11.42 -
YUV 63.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 131 23 95 0 0.82 0.27 0.49 320 0.7 0.3
Hex 83 17 5F 0 52 1B 31 140 46 1E
Octal 203 27 137 0 122 33 61 500 106 36
Binary 10000011 10111 1011111 0 1010010 11011 110001 101000000 1000110 11110

Color Harmonies of #83175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83175F

Black with #83175F

Text Example


Text Example

White with #83175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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