Html Css Color HEX #80136E Dark Purple

📋 copy color: '#80136E'

red 128 ◦ green 19 ◦ blue 110

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

Shades of Dark Purple #80136E

Tints of Dark Purple #80136E

RGB

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

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

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

R = 49.81%
G = 7.39%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80136E (or 0x80136E) is known color: Dark Purple. HEX triplet: 80, 13 and 6E. RGB value is (128,19,110). Sum of RGB (Red+Green+Blue) = 128+19+110=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #80136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80136E is #7FEC91. Grayscale: #3D3D3D. Windows color (decimal): -8383634 or 7213952. OLE color: 7213952.

HSL color Cylindrical-coordinate representation of color #80136E: hue angle of 309.91º 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 #80136E is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 19 110 -
CMYK 0 0.85 0.14 0.50
HSL 309.91º 0.74% 0.29% -
HSV(B) 309.91º 0.85% 0.5% -
XYZ 11.95 6.18 15.32 -
YUV 61.97 155.11 175.1 -
System Red Green Blue C M Y K H S L
Decimal 128 19 110 0 0.85 0.14 0.50 309.91 0.74 0.29
Hex 80 13 6E 0 55 E 32 136 4A 1D
Octal 200 23 156 0 125 16 62 466 112 35
Binary 10000000 10011 1101110 0 1010101 1110 110010 100110110 1001010 11101

Color Harmonies of #80136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80136E

Black with #80136E

Text Example


Text Example

White with #80136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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