Html Css Color HEX #800985 Purple

📋 copy color: '#800985'

red 128 ◦ green 9 ◦ blue 133

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

Shades of Purple #800985

Tints of Purple #800985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

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

R = 47.41%
G = 3.33%
B = 49.26%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#800985 (or 0x800985) is known color: Purple. HEX triplet: 80, 09 and 85. RGB value is (128,9,133). Sum of RGB (Red+Green+Blue) = 128+9+133=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #800985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800985 is #7FF67A. Grayscale: #3A3A3A. Windows color (decimal): -8386171 or 8718720. OLE color: 8718720.

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

Color convert

RGB 128 9 133 -
CMYK 0.04 0.93 0 0.48
HSL 297.58º 0.87% 0.28% -
HSV(B) 297.58º 0.93% 0.52% -
XYZ 13.23 6.48 22.74 -
YUV 58.72 169.92 177.42 -
System Red Green Blue C M Y K H S L
Decimal 128 9 133 0.04 0.93 0 0.48 297.58 0.87 0.28
Hex 80 9 85 4 5D 0 30 12A 57 1C
Octal 200 11 205 4 135 0 60 452 127 34
Binary 10000000 1001 10000101 100 1011101 0 110000 100101010 1010111 11100

Color Harmonies of #800985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800985

Black with #800985

Text Example


Text Example

White with #800985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800985; }

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

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

background-color css

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

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

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

border-color css

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

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

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