Html Css Color HEX #83396F Dark Purple

📋 copy color: '#83396F'

red 131 ◦ green 57 ◦ blue 111

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

Shades of Dark Purple #83396F

Tints of Dark Purple #83396F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.12%

R = 43.81%
G = 19.06%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#83396F (or 0x83396F) is known color: Dark Purple. HEX triplet: 83, 39 and 6F. RGB value is (131,57,111). Sum of RGB (Red+Green+Blue) = 131+57+111=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #83396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83396F is #7CC690. Grayscale: #555555. Windows color (decimal): -8177297 or 7289219. OLE color: 7289219.

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

Color convert

RGB 131 57 111 -
CMYK 0 0.56 0.15 0.49
HSL 316.22º 0.39% 0.37% -
HSV(B) 316.22º 0.56% 0.51% -
XYZ 13.69 8.9 16.03 -
YUV 85.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 131 57 111 0 0.56 0.15 0.49 316.22 0.39 0.37
Hex 83 39 6F 0 38 F 31 13C 27 25
Octal 203 71 157 0 70 17 61 474 47 45
Binary 10000011 111001 1101111 0 111000 1111 110001 100111100 100111 100101

Color Harmonies of #83396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83396F

Black with #83396F

Text Example


Text Example

White with #83396F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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