Html Css Color HEX #80155E Dark Purple

📋 copy color: '#80155E'

red 128 ◦ green 21 ◦ blue 94

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

Shades of Dark Purple #80155E

Tints of Dark Purple #80155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.64%

 BLUE value IS 94 (37.11% from 255) = 38.68%

R = 52.67%
G = 8.64%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80155E (or 0x80155E) is known color: Dark Purple. HEX triplet: 80, 15 and 5E. RGB value is (128,21,94). Sum of RGB (Red+Green+Blue) = 128+21+94=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80155E is #7FEAA1. Grayscale: #3D3D3D. Windows color (decimal): -8383138 or 6165888. OLE color: 6165888.

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

Color convert

RGB 128 21 94 -
CMYK 0 0.84 0.27 0.50
HSL 319.07º 0.72% 0.29% -
HSV(B) 319.07º 0.84% 0.5% -
XYZ 11.19 5.93 11.15 -
YUV 61.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 128 21 94 0 0.84 0.27 0.50 319.07 0.72 0.29
Hex 80 15 5E 0 54 1B 32 13F 48 1D
Octal 200 25 136 0 124 33 62 477 110 35
Binary 10000000 10101 1011110 0 1010100 11011 110010 100111111 1001000 11101

Color Harmonies of #80155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80155E

Black with #80155E

Text Example


Text Example

White with #80155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80155E; }

 p { color: rgb(128,21,94); }

 H1.HeaderClassName
 {
   color: #80155E;
 }
 .AnyTagClassName
 {
   color: #80155E;
 }
</style>

background-color css

<style>
 a { background-color: #80155E; }

 a { background-color: rgb(128,21,94); }

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

border-color css

<style>
 span { border-color: #80155E; }

 span { border-color: rgb(128,21,94); }

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