Html Css Color HEX #80186F Dark Purple

📋 copy color: '#80186F'

red 128 ◦ green 24 ◦ blue 111

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

Shades of Dark Purple #80186F

Tints of Dark Purple #80186F

RGB

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

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

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

R = 48.67%
G = 9.13%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80186F (or 0x80186F) is known color: Dark Purple. HEX triplet: 80, 18 and 6F. RGB value is (128,24,111). Sum of RGB (Red+Green+Blue) = 128+24+111=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #80186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80186F is #7FE790. Grayscale: #404040. Windows color (decimal): -8382353 or 7280768. OLE color: 7280768.

HSL color Cylindrical-coordinate representation of color #80186F: hue angle of 309.81º 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 #80186F is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 24 111 -
CMYK 0 0.81 0.13 0.50
HSL 309.81º 0.68% 0.3% -
HSV(B) 309.81º 0.81% 0.5% -
XYZ 12.1 6.39 15.63 -
YUV 65.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 128 24 111 0 0.81 0.13 0.50 309.81 0.68 0.3
Hex 80 18 6F 0 51 D 32 136 44 1E
Octal 200 30 157 0 121 15 62 466 104 36
Binary 10000000 11000 1101111 0 1010001 1101 110010 100110110 1000100 11110

Color Harmonies of #80186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80186F

Black with #80186F

Text Example


Text Example

White with #80186F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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