Html Css Color HEX #80156B Dark Purple

📋 copy color: '#80156B'

red 128 ◦ green 21 ◦ blue 107

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

Shades of Dark Purple #80156B

Tints of Dark Purple #80156B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.8%

R = 50%
G = 8.2%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80156B (or 0x80156B) is known color: Dark Purple. HEX triplet: 80, 15 and 6B. RGB value is (128,21,107). Sum of RGB (Red+Green+Blue) = 128+21+107=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80156B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80156B is #7FEA94. Grayscale: #3E3E3E. Windows color (decimal): -8383125 or 7017856. OLE color: 7017856.

HSL color Cylindrical-coordinate representation of color #80156B: hue angle of 311.78º 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 #80156B is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 21 107 -
CMYK 0 0.84 0.16 0.50
HSL 311.78º 0.72% 0.29% -
HSV(B) 311.78º 0.84% 0.5% -
XYZ 11.82 6.19 14.48 -
YUV 62.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 128 21 107 0 0.84 0.16 0.50 311.78 0.72 0.29
Hex 80 15 6B 0 54 10 32 138 48 1D
Octal 200 25 153 0 124 20 62 470 110 35
Binary 10000000 10101 1101011 0 1010100 10000 110010 100111000 1001000 11101

Color Harmonies of #80156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80156B

Black with #80156B

Text Example


Text Example

White with #80156B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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