Html Css Color HEX #83396E Dark Purple

📋 copy color: '#83396E'

red 131 ◦ green 57 ◦ blue 110

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

Shades of Dark Purple #83396E

Tints of Dark Purple #83396E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.91%

R = 43.96%
G = 19.13%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#83396E (or 0x83396E) is known color: Dark Purple. HEX triplet: 83, 39 and 6E. RGB value is (131,57,110). Sum of RGB (Red+Green+Blue) = 131+57+110=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #83396E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83396E is #7CC691. Grayscale: #555555. Windows color (decimal): -8177298 or 7223683. OLE color: 7223683.

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

Color convert

RGB 131 57 110 -
CMYK 0 0.56 0.16 0.49
HSL 317.03º 0.39% 0.37% -
HSV(B) 317.03º 0.56% 0.51% -
XYZ 13.64 8.88 15.75 -
YUV 85.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 131 57 110 0 0.56 0.16 0.49 317.03 0.39 0.37
Hex 83 39 6E 0 38 10 31 13D 27 25
Octal 203 71 156 0 70 20 61 475 47 45
Binary 10000011 111001 1101110 0 111000 10000 110001 100111101 100111 100101

Color Harmonies of #83396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83396E

Black with #83396E

Text Example


Text Example

White with #83396E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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