Html Css Color HEX #80185F Dark Purple

📋 copy color: '#80185F'

red 128 ◦ green 24 ◦ blue 95

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

Shades of Dark Purple #80185F

Tints of Dark Purple #80185F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.46%

R = 51.82%
G = 9.72%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80185F (or 0x80185F) is known color: Dark Purple. HEX triplet: 80, 18 and 5F. RGB value is (128,24,95). Sum of RGB (Red+Green+Blue) = 128+24+95=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #80185F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80185F is #7FE7A0. Grayscale: #3F3F3F. Windows color (decimal): -8382369 or 6232192. OLE color: 6232192.

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

Color convert

RGB 128 24 95 -
CMYK 0 0.81 0.26 0.50
HSL 319.04º 0.68% 0.3% -
HSV(B) 319.04º 0.81% 0.5% -
XYZ 11.29 6.07 11.4 -
YUV 63.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 128 24 95 0 0.81 0.26 0.50 319.04 0.68 0.3
Hex 80 18 5F 0 51 1A 32 13F 44 1E
Octal 200 30 137 0 121 32 62 477 104 36
Binary 10000000 11000 1011111 0 1010001 11010 110010 100111111 1000100 11110

Color Harmonies of #80185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80185F

Black with #80185F

Text Example


Text Example

White with #80185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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