Html Css Color HEX #80136D Dark Purple

📋 copy color: '#80136D'

red 128 ◦ green 19 ◦ blue 109

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

Shades of Dark Purple #80136D

Tints of Dark Purple #80136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.42%

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

R = 50%
G = 7.42%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80136D (or 0x80136D) is known color: Dark Purple. HEX triplet: 80, 13 and 6D. RGB value is (128,19,109). Sum of RGB (Red+Green+Blue) = 128+19+109=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80136D is #7FEC92. Grayscale: #3D3D3D. Windows color (decimal): -8383635 or 7148416. OLE color: 7148416.

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

Color convert

RGB 128 19 109 -
CMYK 0 0.85 0.15 0.50
HSL 310.46º 0.74% 0.29% -
HSV(B) 310.46º 0.85% 0.5% -
XYZ 11.9 6.16 15.03 -
YUV 61.85 154.61 175.18 -
System Red Green Blue C M Y K H S L
Decimal 128 19 109 0 0.85 0.15 0.50 310.46 0.74 0.29
Hex 80 13 6D 0 55 F 32 136 4A 1D
Octal 200 23 155 0 125 17 62 466 112 35
Binary 10000000 10011 1101101 0 1010101 1111 110010 100110110 1001010 11101

Color Harmonies of #80136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80136D

Black with #80136D

Text Example


Text Example

White with #80136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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