Html Css Color HEX #80146B Dark Purple

📋 copy color: '#80146B'

red 128 ◦ green 20 ◦ blue 107

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

Shades of Dark Purple #80146B

Tints of Dark Purple #80146B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.84%

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

R = 50.2%
G = 7.84%
B = 41.96%

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

#80146B (or 0x80146B) is known color: Dark Purple. HEX triplet: 80, 14 and 6B. RGB value is (128,20,107). Sum of RGB (Red+Green+Blue) = 128+20+107=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80146B is #7FEB94. Grayscale: #3D3D3D. Windows color (decimal): -8383381 or 7017600. OLE color: 7017600.

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

Color convert

RGB 128 20 107 -
CMYK 0 0.84 0.16 0.50
HSL 311.67º 0.73% 0.29% -
HSV(B) 311.67º 0.84% 0.5% -
XYZ 11.81 6.15 14.47 -
YUV 62.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 128 20 107 0 0.84 0.16 0.50 311.67 0.73 0.29
Hex 80 14 6B 0 54 10 32 138 49 1D
Octal 200 24 153 0 124 20 62 470 111 35
Binary 10000000 10100 1101011 0 1010100 10000 110010 100111000 1001001 11101

Color Harmonies of #80146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80146B

Black with #80146B

Text Example


Text Example

White with #80146B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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