Html Css Color HEX #801F85 Dark Purple

📋 copy color: '#801F85'

red 128 ◦ green 31 ◦ blue 133

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

Shades of Dark Purple #801F85

Tints of Dark Purple #801F85

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.62%

 BLUE value IS 133 (52.34% from 255) = 45.55%

R = 43.84%
G = 10.62%
B = 45.55%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#801F85 (or 0x801F85) is known color: Dark Purple. HEX triplet: 80, 1F and 85. RGB value is (128,31,133). Sum of RGB (Red+Green+Blue) = 128+31+133=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #801F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801F85 is #7FE07A. Grayscale: #474747. Windows color (decimal): -8380539 or 8724352. OLE color: 8724352.

HSL color Cylindrical-coordinate representation of color #801F85: hue angle of 297.06º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #801F85 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 31 133 -
CMYK 0.04 0.77 0 0.48
HSL 297.06º 0.62% 0.32% -
HSV(B) 297.06º 0.77% 0.52% -
XYZ 13.63 7.26 22.87 -
YUV 71.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 128 31 133 0.04 0.77 0 0.48 297.06 0.62 0.32
Hex 80 1F 85 4 4D 0 30 129 3E 20
Octal 200 37 205 4 115 0 60 451 76 40
Binary 10000000 11111 10000101 100 1001101 0 110000 100101001 111110 100000

Color Harmonies of #801F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801F85

Black with #801F85

Text Example


Text Example

White with #801F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801F85; }

 p { color: rgb(128,31,133); }

 H1.HeaderClassName
 {
   color: #801F85;
 }
 .AnyTagClassName
 {
   color: #801F85;
 }
</style>

background-color css

<style>
 a { background-color: #801F85; }

 a { background-color: rgb(128,31,133); }

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

border-color css

<style>
 span { border-color: #801F85; }

 span { border-color: rgb(128,31,133); }

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