#800184

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

Shades of Purple #800184

Tints of Purple #800184

Color information

#800184 (or 0x800184) is unknown color: approx Purple. HEX triplet: 80, 01 and 84. RGB value is (128,1,132). Sum of RGB (Red+Green+Blue) = 128+1+132=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #800184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800184 is #7FFE7B. Grayscale: #353535. Windows color (decimal): -8388220 or 8651136. OLE color: 8651136.

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

Color convert

RGB1281132-
CMYK0.030.9900.48
HSL298.17º98.5%26.08%-
HSV(B)298.17º99.24%51.76%-
XYZ13.086.2822.35-
YUV53.91172.08180.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.04%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 132 (51.95% from 255) = 50.57%
R=49.04%
G=0.38%
B=50.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12811320.030.9900.48298.1798.526.08
Hex8018436303012a621a
Octal2001204314306045214232
Binary100000001100001001111000110110000100101010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800184; }

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

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

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

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

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

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

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

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