Html Css Color HEX #80155F Dark Purple

📋 copy color: '#80155F'

red 128 ◦ green 21 ◦ blue 95

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

Shades of Dark Purple #80155F

Tints of Dark Purple #80155F

RGB

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

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

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

R = 52.46%
G = 8.61%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80155F (or 0x80155F) is known color: Dark Purple. HEX triplet: 80, 15 and 5F. RGB value is (128,21,95). Sum of RGB (Red+Green+Blue) = 128+21+95=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #80155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80155F is #7FEAA0. Grayscale: #3D3D3D. Windows color (decimal): -8383137 or 6231424. OLE color: 6231424.

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

Color convert

RGB 128 21 95 -
CMYK 0 0.84 0.26 0.50
HSL 318.5º 0.72% 0.29% -
HSV(B) 318.5º 0.84% 0.5% -
XYZ 11.24 5.95 11.38 -
YUV 61.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 128 21 95 0 0.84 0.26 0.50 318.5 0.72 0.29
Hex 80 15 5F 0 54 1A 32 13F 48 1D
Octal 200 25 137 0 124 32 62 477 110 35
Binary 10000000 10101 1011111 0 1010100 11010 110010 100111111 1001000 11101

Color Harmonies of #80155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80155F

Black with #80155F

Text Example


Text Example

White with #80155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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