Html Css Color HEX #83137F Dark Purple

📋 copy color: '#83137F'

red 131 ◦ green 19 ◦ blue 127

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

Shades of Dark Purple #83137F

Tints of Dark Purple #83137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.85%

R = 47.29%
G = 6.86%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#83137F (or 0x83137F) is known color: Dark Purple. HEX triplet: 83, 13 and 7F. RGB value is (131,19,127). Sum of RGB (Red+Green+Blue) = 131+19+127=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #83137F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83137F is #7CEC80. Grayscale: #404040. Windows color (decimal): -8187009 or 8328067. OLE color: 8328067.

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

Color convert

RGB 131 19 127 -
CMYK 0 0.85 0.03 0.49
HSL 302.14º 0.75% 0.29% -
HSV(B) 302.14º 0.85% 0.51% -
XYZ 13.42 6.82 20.69 -
YUV 64.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 131 19 127 0 0.85 0.03 0.49 302.14 0.75 0.29
Hex 83 13 7F 0 55 3 31 12E 4B 1D
Octal 203 23 177 0 125 3 61 456 113 35
Binary 10000011 10011 1111111 0 1010101 11 110001 100101110 1001011 11101

Color Harmonies of #83137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83137F

Black with #83137F

Text Example


Text Example

White with #83137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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