Html Css Color HEX #80156F Dark Purple

📋 copy color: '#80156F'

red 128 ◦ green 21 ◦ blue 111

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

Shades of Dark Purple #80156F

Tints of Dark Purple #80156F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

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

R = 49.23%
G = 8.08%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80156F (or 0x80156F) is known color: Dark Purple. HEX triplet: 80, 15 and 6F. RGB value is (128,21,111). Sum of RGB (Red+Green+Blue) = 128+21+111=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80156F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80156F is #7FEA90. Grayscale: #3F3F3F. Windows color (decimal): -8383121 or 7280000. OLE color: 7280000.

HSL color Cylindrical-coordinate representation of color #80156F: hue angle of 309.53º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80156F is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 21 111 -
CMYK 0 0.84 0.13 0.50
HSL 309.53º 0.72% 0.29% -
HSV(B) 309.53º 0.84% 0.5% -
XYZ 12.04 6.27 15.62 -
YUV 63.25 154.95 174.18 -
System Red Green Blue C M Y K H S L
Decimal 128 21 111 0 0.84 0.13 0.50 309.53 0.72 0.29
Hex 80 15 6F 0 54 D 32 136 48 1D
Octal 200 25 157 0 124 15 62 466 110 35
Binary 10000000 10101 1101111 0 1010100 1101 110010 100110110 1001000 11101

Color Harmonies of #80156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80156F

Black with #80156F

Text Example


Text Example

White with #80156F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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