Html Css Color HEX #80186C Dark Purple

📋 copy color: '#80186C'

red 128 ◦ green 24 ◦ blue 108

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

Shades of Dark Purple #80186C

Tints of Dark Purple #80186C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.54%

R = 49.23%
G = 9.23%
B = 41.54%

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

#80186C (or 0x80186C) is known color: Dark Purple. HEX triplet: 80, 18 and 6C. RGB value is (128,24,108). Sum of RGB (Red+Green+Blue) = 128+24+108=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80186C is #7FE793. Grayscale: #404040. Windows color (decimal): -8382356 or 7084160. OLE color: 7084160.

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

Color convert

RGB 128 24 108 -
CMYK 0 0.81 0.16 0.50
HSL 311.54º 0.68% 0.3% -
HSV(B) 311.54º 0.81% 0.5% -
XYZ 11.94 6.33 14.78 -
YUV 64.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 128 24 108 0 0.81 0.16 0.50 311.54 0.68 0.3
Hex 80 18 6C 0 51 10 32 138 44 1E
Octal 200 30 154 0 121 20 62 470 104 36
Binary 10000000 11000 1101100 0 1010001 10000 110010 100111000 1000100 11110

Color Harmonies of #80186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80186C

Black with #80186C

Text Example


Text Example

White with #80186C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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