Html Css Color HEX #80386F Dark Purple

📋 copy color: '#80386F'

red 128 ◦ green 56 ◦ blue 111

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

Shades of Dark Purple #80386F

Tints of Dark Purple #80386F

RGB

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

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

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

R = 43.39%
G = 18.98%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80386F (or 0x80386F) is known color: Dark Purple. HEX triplet: 80, 38 and 6F. RGB value is (128,56,111). Sum of RGB (Red+Green+Blue) = 128+56+111=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #80386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80386F is #7FC790. Grayscale: #535353. Windows color (decimal): -8374161 or 7288960. OLE color: 7288960.

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

Color convert

RGB 128 56 111 -
CMYK 0 0.56 0.13 0.50
HSL 314.17º 0.39% 0.36% -
HSV(B) 314.17º 0.56% 0.5% -
XYZ 13.19 8.57 16 -
YUV 83.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 128 56 111 0 0.56 0.13 0.50 314.17 0.39 0.36
Hex 80 38 6F 0 38 D 32 13A 27 24
Octal 200 70 157 0 70 15 62 472 47 44
Binary 10000000 111000 1101111 0 111000 1101 110010 100111010 100111 100100

Color Harmonies of #80386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80386F

Black with #80386F

Text Example


Text Example

White with #80386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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