Html Css Color HEX #80396D Dark Purple

📋 copy color: '#80396D'

red 128 ◦ green 57 ◦ blue 109

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

Shades of Dark Purple #80396D

Tints of Dark Purple #80396D

RGB

 RED value IS 128 (50.39% from 255) = 43.54%

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

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 43.54%
G = 19.39%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80396D (or 0x80396D) is known color: Dark Purple. HEX triplet: 80, 39 and 6D. RGB value is (128,57,109). Sum of RGB (Red+Green+Blue) = 128+57+109=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #80396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80396D is #7FC692. Grayscale: #545454. Windows color (decimal): -8373907 or 7158144. OLE color: 7158144.

HSL color Cylindrical-coordinate representation of color #80396D: hue angle of 316.06º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80396D is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 57 109 -
CMYK 0 0.55 0.15 0.50
HSL 316.06º 0.38% 0.36% -
HSV(B) 316.06º 0.55% 0.5% -
XYZ 13.13 8.62 15.44 -
YUV 84.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 128 57 109 0 0.55 0.15 0.50 316.06 0.38 0.36
Hex 80 39 6D 0 37 F 32 13C 26 24
Octal 200 71 155 0 67 17 62 474 46 44
Binary 10000000 111001 1101101 0 110111 1111 110010 100111100 100110 100100

Color Harmonies of #80396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80396D

Black with #80396D

Text Example


Text Example

White with #80396D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,57,109); }

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

background-color css

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

 a { background-color: rgb(128,57,109); }

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

border-color css

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

 span { border-color: rgb(128,57,109); }

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