Html Css Color HEX #80186B Dark Purple

📋 copy color: '#80186B'

red 128 ◦ green 24 ◦ blue 107

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

Shades of Dark Purple #80186B

Tints of Dark Purple #80186B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.27%

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

R = 49.42%
G = 9.27%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80186B (or 0x80186B) is known color: Dark Purple. HEX triplet: 80, 18 and 6B. RGB value is (128,24,107). Sum of RGB (Red+Green+Blue) = 128+24+107=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80186B is #7FE794. Grayscale: #404040. Windows color (decimal): -8382357 or 7018624. OLE color: 7018624.

HSL color Cylindrical-coordinate representation of color #80186B: hue angle of 312.12º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80186B is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 24 107 -
CMYK 0 0.81 0.16 0.50
HSL 312.12º 0.68% 0.3% -
HSV(B) 312.12º 0.81% 0.5% -
XYZ 11.88 6.3 14.5 -
YUV 64.56 151.96 173.25 -
System Red Green Blue C M Y K H S L
Decimal 128 24 107 0 0.81 0.16 0.50 312.12 0.68 0.3
Hex 80 18 6B 0 51 10 32 138 44 1E
Octal 200 30 153 0 121 20 62 470 104 36
Binary 10000000 11000 1101011 0 1010001 10000 110010 100111000 1000100 11110

Color Harmonies of #80186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80186B

Black with #80186B

Text Example


Text Example

White with #80186B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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