Html Css Color HEX #83387D Dark Purple

📋 copy color: '#83387D'

red 131 ◦ green 56 ◦ blue 125

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

Shades of Dark Purple #83387D

Tints of Dark Purple #83387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.95%

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 41.99%
G = 17.95%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83387D (or 0x83387D) is known color: Dark Purple. HEX triplet: 83, 38 and 7D. RGB value is (131,56,125). Sum of RGB (Red+Green+Blue) = 131+56+125=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #83387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83387D is #7CC782. Grayscale: #565656. Windows color (decimal): -8177539 or 8206467. OLE color: 8206467.

HSL color Cylindrical-coordinate representation of color #83387D: hue angle of 304.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83387D is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 56 125 -
CMYK 0 0.57 0.05 0.49
HSL 304.8º 0.4% 0.37% -
HSV(B) 304.8º 0.57% 0.51% -
XYZ 14.48 9.13 20.4 -
YUV 86.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 131 56 125 0 0.57 0.05 0.49 304.8 0.4 0.37
Hex 83 38 7D 0 39 5 31 131 28 25
Octal 203 70 175 0 71 5 61 461 50 45
Binary 10000011 111000 1111101 0 111001 101 110001 100110001 101000 100101

Color Harmonies of #83387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83387D

Black with #83387D

Text Example


Text Example

White with #83387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83387D; }

 p { color: rgb(131,56,125); }

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

background-color css

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

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

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

border-color css

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

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

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