Html Css Color HEX #802185 Dark Purple

📋 copy color: '#802185'

red 128 ◦ green 33 ◦ blue 133

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

Shades of Dark Purple #802185

Tints of Dark Purple #802185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

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

R = 43.54%
G = 11.22%
B = 45.24%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#802185 (or 0x802185) is known color: Dark Purple. HEX triplet: 80, 21 and 85. RGB value is (128,33,133). Sum of RGB (Red+Green+Blue) = 128+33+133=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #802185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802185 is #7FDE7A. Grayscale: #484848. Windows color (decimal): -8380027 or 8724864. OLE color: 8724864.

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

Color convert

RGB 128 33 133 -
CMYK 0.04 0.75 0 0.48
HSL 297º 0.6% 0.33% -
HSV(B) 297º 0.75% 0.52% -
XYZ 13.68 7.37 22.89 -
YUV 72.81 161.97 167.37 -
System Red Green Blue C M Y K H S L
Decimal 128 33 133 0.04 0.75 0 0.48 297 0.6 0.33
Hex 80 21 85 4 4B 0 30 129 3C 21
Octal 200 41 205 4 113 0 60 451 74 41
Binary 10000000 100001 10000101 100 1001011 0 110000 100101001 111100 100001

Color Harmonies of #802185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802185

Black with #802185

Text Example


Text Example

White with #802185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802185; }

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

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

background-color css

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

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

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

border-color css

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

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

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