Html Css Color HEX #80145F Dark Purple

📋 copy color: '#80145F'

red 128 ◦ green 20 ◦ blue 95

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

Shades of Dark Purple #80145F

Tints of Dark Purple #80145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.23%

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

R = 52.67%
G = 8.23%
B = 39.09%

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

#80145F (or 0x80145F) is known color: Dark Purple. HEX triplet: 80, 14 and 5F. RGB value is (128,20,95). Sum of RGB (Red+Green+Blue) = 128+20+95=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80145F is #7FEBA0. Grayscale: #3C3C3C. Windows color (decimal): -8383393 or 6231168. OLE color: 6231168.

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

Color convert

RGB 128 20 95 -
CMYK 0 0.84 0.26 0.50
HSL 318.33º 0.73% 0.29% -
HSV(B) 318.33º 0.84% 0.5% -
XYZ 11.22 5.92 11.38 -
YUV 60.84 147.28 175.9 -
System Red Green Blue C M Y K H S L
Decimal 128 20 95 0 0.84 0.26 0.50 318.33 0.73 0.29
Hex 80 14 5F 0 54 1A 32 13E 49 1D
Octal 200 24 137 0 124 32 62 476 111 35
Binary 10000000 10100 1011111 0 1010100 11010 110010 100111110 1001001 11101

Color Harmonies of #80145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80145F

Black with #80145F

Text Example


Text Example

White with #80145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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