Html Css Color HEX #801885 Dark Purple

📋 copy color: '#801885'

red 128 ◦ green 24 ◦ blue 133

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

Shades of Dark Purple #801885

Tints of Dark Purple #801885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.42%

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

R = 44.91%
G = 8.42%
B = 46.67%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#801885 (or 0x801885) is known color: Dark Purple. HEX triplet: 80, 18 and 85. RGB value is (128,24,133). Sum of RGB (Red+Green+Blue) = 128+24+133=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #801885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801885 is #7FE77A. Grayscale: #434343. Windows color (decimal): -8382331 or 8722560. OLE color: 8722560.

HSL color Cylindrical-coordinate representation of color #801885: hue angle of 297.25º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801885 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 24 133 -
CMYK 0.04 0.82 0 0.48
HSL 297.25º 0.69% 0.31% -
HSV(B) 297.25º 0.82% 0.52% -
XYZ 13.46 6.94 22.82 -
YUV 67.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 128 24 133 0.04 0.82 0 0.48 297.25 0.69 0.31
Hex 80 18 85 4 52 0 30 129 45 1F
Octal 200 30 205 4 122 0 60 451 105 37
Binary 10000000 11000 10000101 100 1010010 0 110000 100101001 1000101 11111

Color Harmonies of #801885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801885

Black with #801885

Text Example


Text Example

White with #801885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801885; }

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

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

background-color css

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

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

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

border-color css

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

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

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