Html Css Color HEX #83397D Dark Purple

📋 copy color: '#83397D'

red 131 ◦ green 57 ◦ blue 125

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

Shades of Dark Purple #83397D

Tints of Dark Purple #83397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.21%

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

R = 41.85%
G = 18.21%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83397D (or 0x83397D) is known color: Dark Purple. HEX triplet: 83, 39 and 7D. RGB value is (131,57,125). Sum of RGB (Red+Green+Blue) = 131+57+125=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #83397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83397D is #7CC682. Grayscale: #565656. Windows color (decimal): -8177283 or 8206723. OLE color: 8206723.

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

Color convert

RGB 131 57 125 -
CMYK 0 0.56 0.05 0.49
HSL 304.86º 0.39% 0.37% -
HSV(B) 304.86º 0.56% 0.51% -
XYZ 14.52 9.23 20.42 -
YUV 86.88 149.52 159.47 -
System Red Green Blue C M Y K H S L
Decimal 131 57 125 0 0.56 0.05 0.49 304.86 0.39 0.37
Hex 83 39 7D 0 38 5 31 131 27 25
Octal 203 71 175 0 70 5 61 461 47 45
Binary 10000011 111001 1111101 0 111000 101 110001 100110001 100111 100101

Color Harmonies of #83397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83397D

Black with #83397D

Text Example


Text Example

White with #83397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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