Html Css Color HEX #80386E Dark Purple

📋 copy color: '#80386E'

red 128 ◦ green 56 ◦ blue 110

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

Shades of Dark Purple #80386E

Tints of Dark Purple #80386E

RGB

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

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

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

R = 43.54%
G = 19.05%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80386E (or 0x80386E) is known color: Dark Purple. HEX triplet: 80, 38 and 6E. RGB value is (128,56,110). Sum of RGB (Red+Green+Blue) = 128+56+110=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #80386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80386E is #7FC791. Grayscale: #535353. Windows color (decimal): -8374162 or 7223424. OLE color: 7223424.

HSL color Cylindrical-coordinate representation of color #80386E: hue angle of 315º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80386E is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 56 110 -
CMYK 0 0.56 0.14 0.50
HSL 315º 0.39% 0.36% -
HSV(B) 315º 0.56% 0.5% -
XYZ 13.13 8.54 15.71 -
YUV 83.68 142.85 159.61 -
System Red Green Blue C M Y K H S L
Decimal 128 56 110 0 0.56 0.14 0.50 315 0.39 0.36
Hex 80 38 6E 0 38 E 32 13B 27 24
Octal 200 70 156 0 70 16 62 473 47 44
Binary 10000000 111000 1101110 0 111000 1110 110010 100111011 100111 100100

Color Harmonies of #80386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80386E

Black with #80386E

Text Example


Text Example

White with #80386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,56,110); }

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

background-color css

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

 a { background-color: rgb(128,56,110); }

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

border-color css

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

 span { border-color: rgb(128,56,110); }

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