Html Css Color HEX #800285 Purple

📋 copy color: '#800285'

red 128 ◦ green 2 ◦ blue 133

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

Shades of Purple #800285

Tints of Purple #800285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 48.67%
G = 0.76%
B = 50.57%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#800285 (or 0x800285) is known color: Purple. HEX triplet: 80, 02 and 85. RGB value is (128,2,133). Sum of RGB (Red+Green+Blue) = 128+2+133=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #800285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800285 is #7FFD7A. Grayscale: #363636. Windows color (decimal): -8387963 or 8716928. OLE color: 8716928.

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

Color convert

RGB 128 2 133 -
CMYK 0.04 0.98 0 0.48
HSL 297.71º 0.97% 0.26% -
HSV(B) 297.71º 0.98% 0.52% -
XYZ 13.16 6.33 22.72 -
YUV 54.61 172.24 180.35 -
System Red Green Blue C M Y K H S L
Decimal 128 2 133 0.04 0.98 0 0.48 297.71 0.97 0.26
Hex 80 2 85 4 62 0 30 12A 61 1A
Octal 200 2 205 4 142 0 60 452 141 32
Binary 10000000 10 10000101 100 1100010 0 110000 100101010 1100001 11010

Color Harmonies of #800285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800285

Black with #800285

Text Example


Text Example

White with #800285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800285; }

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

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

background-color css

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

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

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

border-color css

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

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

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