Html Css Color HEX #80165D Dark Purple

📋 copy color: '#80165D'

red 128 ◦ green 22 ◦ blue 93

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

Shades of Dark Purple #80165D

Tints of Dark Purple #80165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.05%

 BLUE value IS 93 (36.72% from 255) = 38.27%

R = 52.67%
G = 9.05%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80165D (or 0x80165D) is known color: Dark Purple. HEX triplet: 80, 16 and 5D. RGB value is (128,22,93). Sum of RGB (Red+Green+Blue) = 128+22+93=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80165D is #7FE9A2. Grayscale: #3D3D3D. Windows color (decimal): -8382883 or 6100608. OLE color: 6100608.

HSL color Cylindrical-coordinate representation of color #80165D: hue angle of 319.81º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80165D is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 22 93 -
CMYK 0 0.83 0.27 0.50
HSL 319.81º 0.71% 0.29% -
HSV(B) 319.81º 0.83% 0.5% -
XYZ 11.16 5.95 10.92 -
YUV 61.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 128 22 93 0 0.83 0.27 0.50 319.81 0.71 0.29
Hex 80 16 5D 0 53 1B 32 140 47 1D
Octal 200 26 135 0 123 33 62 500 107 35
Binary 10000000 10110 1011101 0 1010011 11011 110010 101000000 1000111 11101

Color Harmonies of #80165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80165D

Black with #80165D

Text Example


Text Example

White with #80165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80165D; }

 p { color: rgb(128,22,93); }

 H1.HeaderClassName
 {
   color: #80165D;
 }
 .AnyTagClassName
 {
   color: #80165D;
 }
</style>

background-color css

<style>
 a { background-color: #80165D; }

 a { background-color: rgb(128,22,93); }

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

border-color css

<style>
 span { border-color: #80165D; }

 span { border-color: rgb(128,22,93); }

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