#810984

Color #810984 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #810984

Tints of Purple #810984

Color information

#810984 (or 0x810984) is unknown color: approx Purple. HEX triplet: 81, 09 and 84. RGB value is (129,9,132). Sum of RGB (Red+Green+Blue) = 129+9+132=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #810984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810984 is #7EF67B. Grayscale: #3A3A3A. Windows color (decimal): -8320636 or 8653185. OLE color: 8653185.

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

Color convert

RGB1299132-
CMYK0.020.9300.48
HSL298.54º87.23%27.65%-
HSV(B)298.54º93.18%51.76%-
XYZ13.326.5322.39-
YUV58.9169.26178-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.78%
GREEN value IS 9 (3.91% from 255) = 3.33%
BLUE value IS 132 (51.95% from 255) = 48.89%
R=47.78%
G=3.33%
B=48.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12991320.020.9300.48298.5487.2327.65
Hex8198425D03012b571c
Octal20111204213506045312734
Binary100000011001100001001010111010110000100101011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810984; }

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

 H1.HeaderClassName
 {
   color: #810984;
 }
 .AnyTagClassName
 {
   color: #810984;
 }
</style>
background-color css

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

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

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

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

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

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