Html Css Color HEX #800984 Purple

📋 copy color: '#800984'

red 128 ◦ green 9 ◦ blue 132

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

Shades of Purple #800984

Tints of Purple #800984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.07%

R = 47.58%
G = 3.35%
B = 49.07%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#800984 (or 0x800984) is known color: Purple. HEX triplet: 80, 09 and 84. RGB value is (128,9,132). Sum of RGB (Red+Green+Blue) = 128+9+132=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #800984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800984 is #7FF67B. Grayscale: #3A3A3A. Windows color (decimal): -8386172 or 8653184. OLE color: 8653184.

HSL color Cylindrical-coordinate representation of color #800984: hue angle of 298.05º 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 #800984 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 9 132 -
CMYK 0.03 0.93 0 0.48
HSL 298.05º 0.87% 0.28% -
HSV(B) 298.05º 0.93% 0.52% -
XYZ 13.16 6.45 22.38 -
YUV 58.6 169.42 177.5 -
System Red Green Blue C M Y K H S L
Decimal 128 9 132 0.03 0.93 0 0.48 298.05 0.87 0.28
Hex 80 9 84 3 5D 0 30 12A 57 1C
Octal 200 11 204 3 135 0 60 452 127 34
Binary 10000000 1001 10000100 11 1011101 0 110000 100101010 1010111 11100

Color Harmonies of #800984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800984

Black with #800984

Text Example


Text Example

White with #800984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800984; }

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

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

background-color css

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

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

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

border-color css

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

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

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